Org.BouncyCastle.Bcpg.ModDetectionCodePacket
Basic packet for a modification detection code packet.
namespace Org.BouncyCastle.Bcpg
{
public class ModDetectionCodePacket : ContainedPacket
{
public ModDetectionCodePacket(byte[] digest);
public byte[] GetDigest();
}
}