C# 클래스 EU.Europa.EC.Markt.Dss.Signature.Cades.CAdESProfileBES

This class holds the CAdES-BES signature profile; it supports the inclusion of the mandatory signed id_aa_signingCertificate[V2] attribute as specified in ETSI TS 101 733 V1.8.1, clause 5.7.3.
This class holds the CAdES-BES signature profile; it supports the inclusion of the mandatory signed id_aa_signingCertificate[V2] attribute as specified in ETSI TS 101 733 V1.8.1, clause 5.7.3.
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CAdESProfileBES ( ) : Org.BouncyCastle.Asn1

The default constructor for CAdESProfileBES.

The default constructor for CAdESProfileBES.

CAdESProfileBES ( bool padesUsage ) : Org.BouncyCastle.Asn1

The default constructor for CAdESProfileBES.

The default constructor for CAdESProfileBES.

GetUnsignedAttributes ( SignatureParameters parameters ) : IDictionary

Return the table of unsigned properties.

Return the table of unsigned properties.

비공개 메소드들

메소드 설명
GetSignedAttributes ( SignatureParameters parameters ) : IDictionary
MakeSignerAttrAttribute ( SignatureParameters parameters ) : Attribute
MakeSigningCertificateAttribute ( SignatureParameters parameters ) : Attribute
MakeSigningTimeAttribute ( SignatureParameters parameters ) : Attribute

메소드 상세

CAdESProfileBES() 공개 메소드

The default constructor for CAdESProfileBES.
The default constructor for CAdESProfileBES.
public CAdESProfileBES ( ) : Org.BouncyCastle.Asn1
리턴 Org.BouncyCastle.Asn1

CAdESProfileBES() 공개 메소드

The default constructor for CAdESProfileBES.
The default constructor for CAdESProfileBES.
public CAdESProfileBES ( bool padesUsage ) : Org.BouncyCastle.Asn1
padesUsage bool
리턴 Org.BouncyCastle.Asn1

GetUnsignedAttributes() 공개 메소드

Return the table of unsigned properties.
Return the table of unsigned properties.
public GetUnsignedAttributes ( SignatureParameters parameters ) : IDictionary
parameters SignatureParameters
리턴 IDictionary