org.bouncycastle.util.Encodable
DSAPublicBCPGKey
, DSASecretBCPGKey
, ECPublicBCPGKey
, ECSecretBCPGKey
, EdSecretBCPGKey
, ElGamalPublicBCPGKey
, ElGamalSecretBCPGKey
, MPInteger
, RSAPublicBCPGKey
, RSASecretBCPGKey
, S2K
public abstract class BCPGObject
extends java.lang.Object
implements org.bouncycastle.util.Encodable
Constructor | Description |
---|---|
BCPGObject() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
encode(BCPGOutputStream out) |
|
byte[] |
getEncoded() |
public byte[] getEncoded() throws java.io.IOException
getEncoded
in interface org.bouncycastle.util.Encodable
java.io.IOException
public abstract void encode(BCPGOutputStream out) throws java.io.IOException
java.io.IOException