C# 클래스 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.

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
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

메소드 상세

Digest() 공개 메소드

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

Digest() 공개 메소드

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

GetAlgorithm() 공개 메소드

public GetAlgorithm ( ) : DigestAlgorithm
리턴 DigestAlgorithm

GetValue() 공개 메소드

public GetValue ( ) : byte[]
리턴 byte[]

SetAlgorithm() 공개 메소드

public SetAlgorithm ( DigestAlgorithm algorithm ) : void
algorithm DigestAlgorithm the algorithm to set
리턴 void

SetValue() 공개 메소드

public SetValue ( byte value ) : void
value byte the value to set
리턴 void