Package org.mozilla.jss.pkcs11
Class PK11ECPrivateKey
java.lang.Object
org.mozilla.jss.pkcs11.PK11Key
org.mozilla.jss.pkcs11.PK11PrivKey
org.mozilla.jss.pkcs11.PK11ECPrivateKey
- All Implemented Interfaces:
Serializable,AutoCloseable,ECKey,ECPrivateKey,Key,PrivateKey,Destroyable,PrivateKey
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mozilla.jss.crypto.PrivateKey
PrivateKey.Type -
Field Summary
FieldsFields inherited from interface org.mozilla.jss.crypto.PrivateKey
DiffieHellman, DSA, EC, RSA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.jss.pkcs11.PK11PrivKey
fromPrivateKeyInfo, fromPrivateKeyInfo, fromPrivateKeyInfo, getAlgorithm, getDSAParams, getKeyType, getOwningToken, getPublicKey, getStrength, getUniqueID, verifyKeyIsOnTokenMethods inherited from class org.mozilla.jss.pkcs11.PK11Key
close, finalize, getEncoded, getFormatMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PK11ECPrivateKey
private PK11ECPrivateKey() -
PK11ECPrivateKey
protected PK11ECPrivateKey(byte[] pointer)
-
-
Method Details
-
getType
Description copied from interface:PrivateKeyReturns the type (RSA or DSA) of this private key.- Specified by:
getTypein interfacePrivateKey- Overrides:
getTypein classPK11PrivKey
-
getParams
-
getS
Not implemented. NSS doesn't support extracting private key material like this.- Specified by:
getSin interfaceECPrivateKey
-