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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetInstance() public static méthode

public static GetInstance ( object obj ) : PasswordRecipientInfo
obj object
Résultat PasswordRecipientInfo

PasswordRecipientInfo() public méthode

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
Résultat System

PasswordRecipientInfo() public méthode

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

PasswordRecipientInfo() public méthode

public PasswordRecipientInfo ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object