Class EncryptedData
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class EncryptedData : Asn1Encodable, IAsn1Convertible
- Inheritance
-
EncryptedData
- Implements
- Inherited Members
Constructors
EncryptedData(DerObjectIdentifier, AlgorithmIdentifier, Asn1Encodable)
public EncryptedData(DerObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, Asn1Encodable content)
Parameters
contentType
DerObjectIdentifierencryptionAlgorithm
AlgorithmIdentifiercontent
Asn1Encodable
Properties
Content
public Asn1OctetString Content { get; }
Property Value
ContentType
public DerObjectIdentifier ContentType { get; }
Property Value
EncryptionAlgorithm
public AlgorithmIdentifier EncryptionAlgorithm { get; }
Property Value
Methods
GetInstance(object)
public static EncryptedData GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()