|
Bouncy Castle Cryptography 1.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.BCPGObject | +--org.bouncycastle.bcpg.RSASecretBCPGKey
base class for an RSA Secret (or Private) Key.
Constructor Summary | |
RSASecretBCPGKey(BCPGInputStream in)
|
|
RSASecretBCPGKey(java.math.BigInteger d,
java.math.BigInteger p,
java.math.BigInteger q)
|
Method Summary | |
void |
encode(BCPGOutputStream out)
|
java.math.BigInteger |
getCrtCoefficient()
return the crt coefficient |
byte[] |
getEncoded()
return the standard PGP encoding of the key. |
java.lang.String |
getFormat()
return "PGP" |
java.math.BigInteger |
getModulus()
return the modulus for this key. |
java.math.BigInteger |
getPrimeExponentP()
return the prime exponent of p |
java.math.BigInteger |
getPrimeExponentQ()
return the prime exponent of q |
java.math.BigInteger |
getPrimeP()
return the prime P |
java.math.BigInteger |
getPrimeQ()
return the prime Q |
java.math.BigInteger |
getPrivateExponent()
return the private exponent for this key. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RSASecretBCPGKey(BCPGInputStream in) throws java.io.IOException
in
- public RSASecretBCPGKey(java.math.BigInteger d, java.math.BigInteger p, java.math.BigInteger q)
d
- p
- q
- Method Detail |
public java.math.BigInteger getModulus()
public java.math.BigInteger getPrivateExponent()
public java.math.BigInteger getPrimeP()
public java.math.BigInteger getPrimeQ()
public java.math.BigInteger getPrimeExponentP()
public java.math.BigInteger getPrimeExponentQ()
public java.math.BigInteger getCrtCoefficient()
public java.lang.String getFormat()
BCPGKey.getFormat()
public byte[] getEncoded()
BCPGKey.getEncoded()
public void encode(BCPGOutputStream out) throws java.io.IOException
|
Bouncy Castle Cryptography 1.23 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |