iText 9.1.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Cms.RecipientInfo. More...
Public Member Functions |
|
RecipientInfoBC (RecipientInfo recipientInfo) | |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo. More... |
|
RecipientInfoBC (IKeyTransRecipientInfo keyTransRecipientInfo) | |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo. More... |
|
virtual RecipientInfo | GetRecipientInfo () |
Gets actual org.bouncycastle object being wrapped. More... |
|
![]() |
|
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.RecipientInfo.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo.
recipientInfo |
Org.BouncyCastle.Asn1.Cms.RecipientInfo to be wrapped
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo.
keyTransRecipientInfo | KeyTransRecipientInfo to create Org.BouncyCastle.Asn1.Cms.RecipientInfo |
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.