C# Класс EU.Europa.EC.Markt.Dss.Signature.Provider.SpecialPrivateKey

Наследование: ICipherParameters
Показать файл Открыть проект

Открытые методы

Метод Описание
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