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
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
extendedValidationType int

Public Methods

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

Protected Methods

Method Description
ExtendCMSSignature ( CmsSignedData signedData, SignerInformation si, SignatureParameters parameters, Document originalData ) : SignerInformation

Method Details

ExtendCMSSignature() protected method

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
return Org.BouncyCastle.Cms.SignerInformation

GetExtendedValidationType() public method

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
return int

SetExtendedValidationType() public method

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
return void

Property Details

extendedValidationType protected_oe property

protected int extendedValidationType
return int