org.bouncycastle.bcpg
public class DSASecretBCPGKey extends BCPGObject implements BCPGKey
Constructor Summary | |
---|---|
DSASecretBCPGKey(BCPGInputStream in) | |
DSASecretBCPGKey(BigInteger x) |
Method Summary | |
---|---|
void | encode(BCPGOutputStream out) |
byte[] | getEncoded()
return the standard PGP encoding of the key.
|
String | getFormat()
return "PGP"
|
BigInteger | getX() |
Parameters: in
Throws: IOException
Parameters: x
See Also: getEncoded
See Also: getFormat
Returns: x