org.bouncycastle.jce.provider
public class JCERSAPrivateKey extends Object implements RSAPrivateKey, PKCS12BagAttributeCarrier
| Field Summary | |
|---|---|
| protected BigInteger | modulus |
| protected BigInteger | privateExponent |
| Constructor Summary | |
|---|---|
| protected | JCERSAPrivateKey() |
| Method Summary | |
|---|---|
| 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) |