KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > ECPrivateKeySpec

java.security.spec
Class ECPrivateKeySpec

java.lang.Object
  extended by java.security.spec.ECPrivateKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Source Code, ECParameterSpec

public ECPrivateKeySpec(BigInteger s,
                        ECParameterSpec params)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ECParameterSpec getParams()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getS()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags