org.bouncycastle.bcpg

Class SignatureSubpacket

public class SignatureSubpacket extends Object

Basic type for a PGP Signature sub-packet.
Field Summary
protected byte[]data
Constructor Summary
protected SignatureSubpacket(int type, boolean critical, byte[] data)
Method Summary
voidencode(OutputStream out)
byte[]getData()
return the generic data making up the packet.
intgetType()
booleanisCritical()

Field Detail

data

protected byte[] data

Constructor Detail

SignatureSubpacket

protected SignatureSubpacket(int type, boolean critical, byte[] data)

Method Detail

encode

public void encode(OutputStream out)

getData

public byte[] getData()
return the generic data making up the packet.

getType

public int getType()

isCritical

public boolean isCritical()