Package org.bouncycastle.bcpg
Class BCPGObject
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
- All Implemented Interfaces:
org.bouncycastle.util.Encodable
- Direct Known Subclasses:
DSAPublicBCPGKey
,DSASecretBCPGKey
,ECPublicBCPGKey
,ECSecretBCPGKey
,EdSecretBCPGKey
,ElGamalPublicBCPGKey
,ElGamalSecretBCPGKey
,MPInteger
,OctetArrayBCPGKey
,RSAPublicBCPGKey
,RSASecretBCPGKey
,S2K
Base class for a PGP object.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BCPGObject
public BCPGObject()
-
-
Method Details
-
getEncoded
- Specified by:
getEncoded
in interfaceorg.bouncycastle.util.Encodable
- Throws:
IOException
-
encode
- Throws:
IOException
-