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
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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