C# Class Org.BouncyCastle.Bcpg.ModDetectionCodePacket

Basic packet for a modification detection code packet.
Inheritance: ContainedPacket
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Encode ( BcpgOutputStream bcpgOut ) : void
GetDigest ( ) : byte[]
ModDetectionCodePacket ( byte digest ) : System

Private Methods

Méthode Description
ModDetectionCodePacket ( BcpgInputStream bcpgIn ) : System

Method Details

Encode() public méthode

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
Résultat void

GetDigest() public méthode

public GetDigest ( ) : byte[]
Résultat byte[]

ModDetectionCodePacket() public méthode

public ModDetectionCodePacket ( byte digest ) : System
digest byte
Résultat System