public class

JCERSAPrivateKey

extends Object
implements RSAPrivateKey PKCS12BagAttributeCarrier
java.lang.Object
   ↳ org.bouncycastle.jce.provider.JCERSAPrivateKey
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
From interface java.security.interfaces.RSAPrivateKey
Fields
protected BigInteger modulus
protected BigInteger privateExponent
Protected Constructors
JCERSAPrivateKey()
Public Methods
boolean equals(Object o)
String getAlgorithm()
DEREncodable getBagAttribute(DERObjectIdentifier oid)
Enumeration getBagAttributeKeys()
byte[] getEncoded()
String getFormat()
BigInteger getModulus()
BigInteger getPrivateExponent()
int hashCode()
void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface java.security.interfaces.RSAKey
From interface java.security.interfaces.RSAPrivateKey
From interface org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier

Fields

protected BigInteger modulus

protected BigInteger privateExponent

Protected Constructors

protected JCERSAPrivateKey ()

Public Methods

public boolean equals (Object o)

public String getAlgorithm ()

public DEREncodable getBagAttribute (DERObjectIdentifier oid)

public Enumeration getBagAttributeKeys ()

public byte[] getEncoded ()

public String getFormat ()

public BigInteger getModulus ()

public BigInteger getPrivateExponent ()

public int hashCode ()

public void setBagAttribute (DERObjectIdentifier oid, DEREncodable attribute)