C# Class 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.
Inheritance: CAdESProfileC
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
extendedValidationType int

Méthodes publiques

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

Méthodes protégées

Méthode Description
ExtendCMSSignature ( CmsSignedData signedData, SignerInformation si, SignatureParameters parameters, Document originalData ) : SignerInformation

Method Details

ExtendCMSSignature() protected méthode

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
Résultat Org.BouncyCastle.Cms.SignerInformation

GetExtendedValidationType() public méthode

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
Résultat int

SetExtendedValidationType() public méthode

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
Résultat void

Property Details

extendedValidationType protected_oe property

protected int extendedValidationType
Résultat int