C# Class Org.BouncyCastle.Bcpg.ModDetectionCodePacket

Basic packet for a modification detection code packet.
Inheritance: ContainedPacket
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
Encode ( BcpgOutputStream bcpgOut ) : void
GetDigest ( ) : byte[]
ModDetectionCodePacket ( byte digest ) : System

Private Methods

Method Description
ModDetectionCodePacket ( BcpgInputStream bcpgIn ) : System

Method Details

Encode() public method

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
return void

GetDigest() public method

public GetDigest ( ) : byte[]
return byte[]

ModDetectionCodePacket() public method

public ModDetectionCodePacket ( byte digest ) : System
digest byte
return System