JSS 3.1

org.mozilla.jss.pkcs11
Class PK11RSAPublicKey

java.lang.Object
  |
  +--org.mozilla.jss.pkcs11.PK11Key
        |
        +--org.mozilla.jss.pkcs11.PK11PubKey
              |
              +--org.mozilla.jss.pkcs11.PK11RSAPublicKey

public class PK11RSAPublicKey
extends PK11PubKey
implements java.security.interfaces.RSAPublicKey

See Also:
Serialized Form

Fields inherited from class org.mozilla.jss.pkcs11.PK11Key
keyProxy
 
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PK11RSAPublicKey

public PK11RSAPublicKey(byte[] pointer)
Method Detail

getModulus

public java.math.BigInteger getModulus()
Specified by:
getModulus in interface java.security.interfaces.RSAPublicKey

getModulusByteArray

private byte[] getModulusByteArray()

getPublicExponent

public java.math.BigInteger getPublicExponent()
Specified by:
getPublicExponent in interface java.security.interfaces.RSAPublicKey

getPublicExponentByteArray

private byte[] getPublicExponentByteArray()

JSS 3.1