Class ModDetectionCodePacket
- Namespace
- Org.BouncyCastle.Bcpg
- Assembly
- BouncyCastle.Cryptography.dll
public class ModDetectionCodePacket : ContainedPacket
- Inheritance
-
ModDetectionCodePacket
- Inherited Members
Remarks
Basic packet for a modification detection code packet.
Constructors
ModDetectionCodePacket(byte[])
public ModDetectionCodePacket(byte[] digest)
Parameters
digestbyte[]
Methods
Encode(BcpgOutputStream)
public override void Encode(BcpgOutputStream bcpgOut)
Parameters
bcpgOutBcpgOutputStream
GetDigest()
public byte[] GetDigest()
Returns
- byte[]