iText 9.5.0 API
iText.Bouncycastle.Asn1.Cms.EnvelopedDataBC Class Reference

Wrapper class for Org.BouncyCastle.Asn1.Cms.EnvelopedData. More...

Inheritance diagram for iText.Bouncycastle.Asn1.Cms.EnvelopedDataBC:
iText.Bouncycastle.Asn1.Asn1EncodableBC iText.Commons.Bouncycastle.Asn1.Cms.IEnvelopedData iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  EnvelopedDataBC (EnvelopedData envelopedData)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData. More...
 
  EnvelopedDataBC (IOriginatorInfo originatorInfo, IAsn1Set set, IEncryptedContentInfo encryptedContentInfo, IAsn1Set set1)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData. More...
 
virtual EnvelopedData  GetEnvelopedData ()
  Gets actual org.bouncycastle object being wrapped. More...
 
- Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC
  Asn1EncodableBC (Asn1Encodable encodable)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More...
 
virtual Asn1Encodable  GetEncodable ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAsn1Object  ToASN1Primitive ()
  Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More...
 
virtual bool  IsNull ()
  Checks if wrapped object is null. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. More...
 
override int  GetHashCode ()
  Returns a hash code value based on the wrapped object. More...
 
override String  ToString ()
  Delegates toString method call to the wrapped object. More...
 

Detailed Description

Wrapper class for Org.BouncyCastle.Asn1.Cms.EnvelopedData.

Constructor & Destructor Documentation

◆ EnvelopedDataBC() [1/2]

iText.Bouncycastle.Asn1.Cms.EnvelopedDataBC.EnvelopedDataBC ( EnvelopedData  envelopedData )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData.

Parameters
envelopedData

Org.BouncyCastle.Asn1.Cms.EnvelopedData to be wrapped

◆ EnvelopedDataBC() [2/2]

iText.Bouncycastle.Asn1.Cms.EnvelopedDataBC.EnvelopedDataBC ( IOriginatorInfo  originatorInfo,
IAsn1Set  set,
IEncryptedContentInfo  encryptedContentInfo,
IAsn1Set  set1 
)
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData.

Parameters
originatorInfo OriginatorInfo wrapper to create Org.BouncyCastle.Asn1.Cms.EnvelopedData
set ASN1Set wrapper to create Org.BouncyCastle.Asn1.Cms.EnvelopedData
encryptedContentInfo EncryptedContentInfo wrapper to create Org.BouncyCastle.Asn1.Cms.EnvelopedData
set1 ASN1Set wrapper to create Org.BouncyCastle.Asn1.Cms.EnvelopedData

Member Function Documentation

◆ GetEnvelopedData()

virtual EnvelopedData iText.Bouncycastle.Asn1.Cms.EnvelopedDataBC.GetEnvelopedData ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.EnvelopedData.