C# Класс EU.Europa.EC.Markt.Dss.Signature.Cades.CAdESProfileX

This class holds the CAdES-X signature profiles; it supports the inclusion of a combination of the unsigned attributes id-aa-ets-escTimeStamp, id-aa-ets-certCRLTimestamp, id-aa-ets-certValues, id-aa-ets-revocationValues as defined in ETSI TS 101 733 V1.8.1, clause 6.3.
This class holds the CAdES-X signature profiles; it supports the inclusion of a combination of the unsigned attributes id-aa-ets-escTimeStamp, id-aa-ets-certCRLTimestamp, id-aa-ets-certValues, id-aa-ets-revocationValues as defined in ETSI TS 101 733 V1.8.1, clause 6.3.
Наследование: CAdESProfileC
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
extendedValidationType int

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

Метод Описание
GetExtendedValidationType ( ) : int

Gets the type of the CAdES-X signature (Type 1 with id-aa-ets-escTimeStamp or Type 2 with id-aa-ets-certCRLTimestamp)

SetExtendedValidationType ( int extendedValidationType ) : void

Sets the type of the CAdES-X signature (Type 1 with id-aa-ets-escTimeStamp or Type 2 with id-aa-ets-certCRLTimestamp)

Защищенные методы

Метод Описание
ExtendCMSSignature ( CmsSignedData signedData, SignerInformation si, SignatureParameters parameters, Document originalData ) : SignerInformation

Описание методов

ExtendCMSSignature() защищенный Метод

protected ExtendCMSSignature ( CmsSignedData signedData, SignerInformation si, SignatureParameters parameters, Document originalData ) : SignerInformation
signedData Org.BouncyCastle.Cms.CmsSignedData
si Org.BouncyCastle.Cms.SignerInformation
parameters EU.Europa.EC.Markt.Dss.Signature.SignatureParameters
originalData Document
Результат Org.BouncyCastle.Cms.SignerInformation

GetExtendedValidationType() публичный Метод

Gets the type of the CAdES-X signature (Type 1 with id-aa-ets-escTimeStamp or Type 2 with id-aa-ets-certCRLTimestamp)
public GetExtendedValidationType ( ) : int
Результат int

SetExtendedValidationType() публичный Метод

Sets the type of the CAdES-X signature (Type 1 with id-aa-ets-escTimeStamp or Type 2 with id-aa-ets-certCRLTimestamp)
public SetExtendedValidationType ( int extendedValidationType ) : void
extendedValidationType int to type to set, 1 or 2
Результат void

Описание свойств

extendedValidationType защищенное свойство

protected int extendedValidationType
Результат int