C# 클래스 EU.Europa.EC.Markt.Dss.Signature.Provider.SpecialPrivateKey

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

공개 메소드들

메소드 설명
GetAlgorithm ( ) : string
GetEncoded ( ) : byte[]
GetFormat ( ) : string
GetMessageDigest ( ) : byte[]

Get the digest needed for the signature

SetPreviouslyComputedSignature ( byte previouslyComputedSignature ) : void

Set the value of a pre-computed signature

비공개 메소드들

메소드 설명
GetPreviouslyComputedSignature ( ) : byte[]
SetMessageDigest ( byte messageDigest ) : void

메소드 상세

GetAlgorithm() 공개 메소드

public GetAlgorithm ( ) : string
리턴 string

GetEncoded() 공개 메소드

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

GetFormat() 공개 메소드

public GetFormat ( ) : string
리턴 string

GetMessageDigest() 공개 메소드

Get the digest needed for the signature
public GetMessageDigest ( ) : byte[]
리턴 byte[]

SetPreviouslyComputedSignature() 공개 메소드

Set the value of a pre-computed signature
public SetPreviouslyComputedSignature ( byte previouslyComputedSignature ) : void
previouslyComputedSignature byte
리턴 void