org.mozilla.jss.pkcs11

Class PK11RSAPublicKey

Implemented Interfaces:
java.security.PublicKey, RSAPublicKey

public class PK11RSAPublicKey
extends PK11PubKey
implements RSAPublicKey

Field Summary

Fields inherited from class org.mozilla.jss.pkcs11.PK11Key

keyProxy

Constructor Summary

PK11RSAPublicKey(byte[] pointer)

Method Summary

BigInteger
getModulus()
BigInteger
getPublicExponent()

Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey

fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnToken

Methods inherited from class org.mozilla.jss.pkcs11.PK11Key

getEncoded, getFormat

Constructor Details

PK11RSAPublicKey

public PK11RSAPublicKey(byte[] pointer)

Method Details

getModulus

public BigInteger getModulus()

getPublicExponent

public BigInteger getPublicExponent()