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

Inheritance: ICipherParameters
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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

Méthode Description
GetPreviouslyComputedSignature ( ) : byte[]
SetMessageDigest ( byte messageDigest ) : void

Method Details

GetAlgorithm() public méthode

public GetAlgorithm ( ) : string
Résultat string

GetEncoded() public méthode

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

GetFormat() public méthode

public GetFormat ( ) : string
Résultat string

GetMessageDigest() public méthode

Get the digest needed for the signature
public GetMessageDigest ( ) : byte[]
Résultat byte[]

SetPreviouslyComputedSignature() public méthode

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