Package org.mozilla.jss.pkcs11
Class PK11RSAPublicKey
java.lang.Object
org.mozilla.jss.pkcs11.PK11PubKey
org.mozilla.jss.pkcs11.PK11RSAPublicKey
- All Implemented Interfaces:
Serializable,AutoCloseable,RSAKey,RSAPublicKey,Key,PublicKey
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnTokenMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
keyProxy
protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
-
-
Constructor Details
-
PK11RSAPublicKey
public PK11RSAPublicKey(byte[] pointer)
-
-
Method Details
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getPublicExponent
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-
finalize
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-