Class PK11RSAPublicKey
java.lang.Object
org.mozilla.jss.pkcs11.PK11Key
org.mozilla.jss.pkcs11.PK11PubKey
org.mozilla.jss.pkcs11.PK11RSAPublicKey
- All Implemented Interfaces:
Serializable, AutoCloseable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPublicKey, Key, PublicKey
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]private byte[]Methods inherited from class PK11PubKey
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnTokenMethods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface RSAPublicKey
getParams
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PK11RSAPublicKey
public PK11RSAPublicKey(byte[] pointer)
-
-
Method Details
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getModulusByteArray
private byte[] getModulusByteArray() -
getPublicExponent
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-
getPublicExponentByteArray
private byte[] getPublicExponentByteArray()
-