|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkcs11.PK11Key | +--org.mozilla.jss.pkcs11.PK11PubKey | +--org.mozilla.jss.pkcs11.PK11RSAPublicKey
Fields inherited from class org.mozilla.jss.pkcs11.PK11Key |
keyProxy |
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Constructor Summary | |
PK11RSAPublicKey(byte[] pointer)
|
Method Summary | |
java.math.BigInteger |
getModulus()
|
private byte[] |
getModulusByteArray()
|
java.math.BigInteger |
getPublicExponent()
|
private byte[] |
getPublicExponentByteArray()
|
Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey |
DSAFromRaw, fromRaw, getEncoded, getFormat, getKeyType, RSAFromRaw, verifyKeyIsOnToken |
Methods inherited from class org.mozilla.jss.pkcs11.PK11Key |
getAlgorithm, readObject, writeObject |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
Constructor Detail |
public PK11RSAPublicKey(byte[] pointer)
Method Detail |
public java.math.BigInteger getModulus()
getModulus
in interface java.security.interfaces.RSAKey
private byte[] getModulusByteArray()
public java.math.BigInteger getPublicExponent()
getPublicExponent
in interface java.security.interfaces.RSAPublicKey
private byte[] getPublicExponentByteArray()
|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |