public abstract class BCPGObject extends 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 IOException
getEncoded
in interface org.bouncycastle.util.Encodable
IOException
public abstract void encode(BCPGOutputStream out) throws IOException
IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.