org.bouncycastle.bcpg

Class ModDetectionCodePacket

public class ModDetectionCodePacket extends ContainedPacket

basic packet for a modification detection code packet.
Constructor Summary
ModDetectionCodePacket(byte[] digest)
Method Summary
voidencode(BCPGOutputStream out)
byte[]getDigest()

Constructor Detail

ModDetectionCodePacket

public ModDetectionCodePacket(byte[] digest)

Method Detail

encode

public void encode(BCPGOutputStream out)

getDigest

public byte[] getDigest()