org.bouncycastle.bcpg

Class TrustPacket

public class TrustPacket extends ContainedPacket

Basic type for a trust packet
Constructor Summary
TrustPacket(BCPGInputStream in)
TrustPacket(int trustCode)
Method Summary
voidencode(BCPGOutputStream out)
byte[]getLevelAndTrustAmount()

Constructor Detail

TrustPacket

public TrustPacket(BCPGInputStream in)

TrustPacket

public TrustPacket(int trustCode)

Method Detail

encode

public void encode(BCPGOutputStream out)

getLevelAndTrustAmount

public byte[] getLevelAndTrustAmount()