|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.pkcs11.PK11PubKey
org.mozilla.jss.pkcs11.PK11RSAPublicKey
public class PK11RSAPublicKey
Field Summary | |
---|---|
protected org.mozilla.jss.pkcs11.KeyProxy |
keyProxy
|
Fields inherited from interface java.security.interfaces.RSAPublicKey |
---|
serialVersionUID |
Constructor Summary | |
---|---|
PK11RSAPublicKey(byte[] pointer)
|
Method Summary | |
---|---|
java.math.BigInteger |
getModulus()
|
java.math.BigInteger |
getPublicExponent()
|
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 |
Field Detail |
---|
protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
Constructor Detail |
---|
public PK11RSAPublicKey(byte[] pointer)
Method Detail |
---|
public java.math.BigInteger getModulus()
getModulus
in interface java.security.interfaces.RSAKey
public java.math.BigInteger getPublicExponent()
getPublicExponent
in interface java.security.interfaces.RSAPublicKey
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |