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

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

공개 메소드들

메소드 설명
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : PasswordRecipientInfo
GetInstance ( object obj ) : PasswordRecipientInfo
PasswordRecipientInfo ( AlgorithmIdentifier keyDerivationAlgorithm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey ) : System
PasswordRecipientInfo ( AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey ) : System
PasswordRecipientInfo ( Asn1Sequence seq ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : PasswordRecipientInfo
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
리턴 PasswordRecipientInfo

GetInstance() 공개 정적인 메소드

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

PasswordRecipientInfo() 공개 메소드

public PasswordRecipientInfo ( AlgorithmIdentifier keyDerivationAlgorithm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey ) : System
keyDerivationAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
keyEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedKey Org.BouncyCastle.Asn1.Asn1OctetString
리턴 System

PasswordRecipientInfo() 공개 메소드

public PasswordRecipientInfo ( AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey ) : System
keyEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedKey Org.BouncyCastle.Asn1.Asn1OctetString
리턴 System

PasswordRecipientInfo() 공개 메소드

public PasswordRecipientInfo ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
리턴 System

ToAsn1Object() 공개 메소드

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