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.

Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method 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 method

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

Digest() public method

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

GetAlgorithm() public method

public GetAlgorithm ( ) : DigestAlgorithm
return DigestAlgorithm

GetValue() public method

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

SetAlgorithm() public method

public SetAlgorithm ( DigestAlgorithm algorithm ) : void
algorithm DigestAlgorithm the algorithm to set
return void

SetValue() public method

public SetValue ( byte value ) : void
value byte the value to set
return void