org.bouncycastle.jce.provider
Class JCERSAPrivateKey
java.lang.Object
org.bouncycastle.jce.provider.JCERSAPrivateKey
- RSAPrivateKey, PKCS12BagAttributeCarrier
public class JCERSAPrivateKey
extends java.lang.Object
modulus
protected BigInteger modulus
privateExponent
protected BigInteger privateExponent
JCERSAPrivateKey
protected JCERSAPrivateKey()
equals
public boolean equals(Object o)
getAlgorithm
public String getAlgorithm()
getEncoded
public byte[] getEncoded()
getFormat
public String getFormat()
getModulus
public BigInteger getModulus()
getPrivateExponent
public BigInteger getPrivateExponent()