C# 클래스 Org.BouncyCastle.Asn1.Cms.SignerInfo

상속: Org.BouncyCastle.Asn1.Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( object obj ) : SignerInfo
SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Asn1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Asn1Set unauthenticatedAttributes ) : System
SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Attributes unauthenticatedAttributes ) : System
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
SignerInfo ( Asn1Sequence seq ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : SignerInfo
obj object
리턴 SignerInfo

SignerInfo() 공개 메소드

public SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Asn1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Asn1Set unauthenticatedAttributes ) : System
sid SignerIdentifier
digAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
authenticatedAttributes Org.BouncyCastle.Asn1.Asn1Set
digEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedDigest Org.BouncyCastle.Asn1.Asn1OctetString
unauthenticatedAttributes Org.BouncyCastle.Asn1.Asn1Set
리턴 System

SignerInfo() 공개 메소드

public SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Attributes unauthenticatedAttributes ) : System
sid SignerIdentifier
digAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
authenticatedAttributes Attributes
digEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedDigest Org.BouncyCastle.Asn1.Asn1OctetString
unauthenticatedAttributes Attributes
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Org.BouncyCastle.Asn1.Asn1Object