C# Class EU.Europa.EC.Markt.Dss.Digest

Container for a Digest and his algorithm

DISCLAIMER: Project owner DG-MARKT.

Container for a Digest and his algorithm

DISCLAIMER: Project owner DG-MARKT.

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Digest ( )

The default constructor for Digest.

The default constructor for Digest.

Digest ( DigestAlgorithm algorithm, byte value )
GetAlgorithm ( ) : DigestAlgorithm
GetValue ( ) : byte[]
SetAlgorithm ( DigestAlgorithm algorithm ) : void
SetValue ( byte value ) : void

Method Details

Digest() public méthode

The default constructor for Digest.
The default constructor for Digest.
public Digest ( )

Digest() public méthode

public Digest ( DigestAlgorithm algorithm, byte value )
algorithm DigestAlgorithm
value byte

GetAlgorithm() public méthode

public GetAlgorithm ( ) : DigestAlgorithm
Résultat DigestAlgorithm

GetValue() public méthode

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

SetAlgorithm() public méthode

public SetAlgorithm ( DigestAlgorithm algorithm ) : void
algorithm DigestAlgorithm the algorithm to set
Résultat void

SetValue() public méthode

public SetValue ( byte value ) : void
value byte the value to set
Résultat void