C# Class Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Method Details

GetInstance() public static method

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

GetInstance() public static method

public static GetInstance ( object obj ) : PasswordRecipientInfo
obj object
return PasswordRecipientInfo

PasswordRecipientInfo() public method

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

PasswordRecipientInfo() public method

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

PasswordRecipientInfo() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object