public abstract class BCPGObject
extends java.lang.Object
implements org.bouncycastle.util.Encodable
| Constructor and Description |
|---|
BCPGObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
encode(BCPGOutputStream out) |
byte[] |
getEncoded() |
public byte[] getEncoded()
throws java.io.IOException
getEncoded in interface org.bouncycastle.util.Encodablejava.io.IOExceptionpublic abstract void encode(BCPGOutputStream out) throws java.io.IOException
java.io.IOException