org.bouncycastle.bcpg
public class ElGamalSecretBCPGKey extends BCPGObject implements BCPGKey
Constructor Summary | |
---|---|
ElGamalSecretBCPGKey(BCPGInputStream in) | |
ElGamalSecretBCPGKey(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