public class PK11RSAPublicKey extends PK11PubKey implements java.security.interfaces.RSAPublicKey
| Modifier and Type | Field and Description |
|---|---|
protected org.mozilla.jss.pkcs11.KeyProxy |
keyProxy |
| Constructor and Description |
|---|
PK11RSAPublicKey(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finalize() |
java.math.BigInteger |
getModulus() |
java.math.BigInteger |
getPublicExponent() |
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnTokenpublic java.math.BigInteger getModulus()
getModulus in interface java.security.interfaces.RSAKeypublic java.math.BigInteger getPublicExponent()
getPublicExponent in interface java.security.interfaces.RSAPublicKeypublic void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception