|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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
| Field Summary |
| Fields inherited from class org.mozilla.jss.pkcs11.PK11PubKey |
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 |
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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.RSAKeyprivate byte[] getModulusByteArray()
public java.math.BigInteger getPublicExponent()
getPublicExponent in interface java.security.interfaces.RSAPublicKeyprivate byte[] getPublicExponentByteArray()
|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||