java.security.spec
Class ECPrivateKeySpec
java.lang.Object
java.security.spec.ECPrivateKeySpec
- All Implemented Interfaces:
- KeySpec
public class ECPrivateKeySpec
- extends Object
- implements KeySpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECPrivateKeySpec
public ECPrivateKeySpec(BigInteger s,
ECParameterSpec params)
getParams
public ECParameterSpec getParams()
getS
public BigInteger getS()
Please submit a feedback, bug or feature