C# Class EU.Europa.EC.Markt.Dss.Signature.Provider.SpecialPrivateKey

Inheritance: ICipherParameters
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

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

Private Methods

Method Description
GetPreviouslyComputedSignature ( ) : byte[]
SetMessageDigest ( byte messageDigest ) : void

Method Details

GetAlgorithm() public method

public GetAlgorithm ( ) : string
return string

GetEncoded() public method

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

GetFormat() public method

public GetFormat ( ) : string
return string

GetMessageDigest() public method

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

SetPreviouslyComputedSignature() public method

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