|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Cms.EnvelopedData. More...
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... |
|
Wrapper class for Org.BouncyCastle.Asn1.Cms.EnvelopedData.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData.
| envelopedData |
Org.BouncyCastle.Asn1.Cms.EnvelopedData to be wrapped
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.EnvelopedData.
| 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 |
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.