C# Class Org.BouncyCastle.Asn1.Crmf.EncryptedKey

Inheritance: Asn1Encodable, IAsn1Choice
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
EncryptedKey ( EncryptedValue encryptedValue ) : System
EncryptedKey ( EnvelopedData envelopedData ) : System
GetInstance ( object o ) : EncryptedKey
ToAsn1Object ( ) : Asn1Object

Method Details

EncryptedKey() public method

public EncryptedKey ( EncryptedValue encryptedValue ) : System
encryptedValue EncryptedValue
return System

EncryptedKey() public method

public EncryptedKey ( EnvelopedData envelopedData ) : System
envelopedData Org.BouncyCastle.Asn1.Cms.EnvelopedData
return System

GetInstance() public static method

public static GetInstance ( object o ) : EncryptedKey
o object
return EncryptedKey

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object