Class EncryptedData
- Namespace
- Org.BouncyCastle.Asn1.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class EncryptedData : Asn1Encodable, IAsn1Convertible
- Inheritance
-
EncryptedData
- Implements
-
- Inherited Members
-
Constructors
EncryptedData(EncryptedContentInfo)
public EncryptedData(EncryptedContentInfo encInfo)
Parameters
encInfo EncryptedContentInfo
EncryptedData(EncryptedContentInfo, Asn1Set)
public EncryptedData(EncryptedContentInfo encInfo, Asn1Set unprotectedAttrs)
Parameters
encInfo EncryptedContentInfo
unprotectedAttrs Asn1Set
Properties
EncryptedContentInfo
public virtual EncryptedContentInfo EncryptedContentInfo { get; }
Property Value
- EncryptedContentInfo
UnprotectedAttrs
public virtual Asn1Set UnprotectedAttrs { get; }
Property Value
- Asn1Set
Version
public virtual DerInteger Version { get; }
Property Value
- DerInteger
Methods
GetInstance(Asn1TaggedObject, bool)
public static EncryptedData GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- EncryptedData
GetInstance(object)
public static EncryptedData GetInstance(object obj)
Parameters
obj object
Returns
- EncryptedData
GetTagged(Asn1TaggedObject, bool)
public static EncryptedData GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- EncryptedData
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object