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

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

Inheritance diagram for iText.Bouncycastle.Asn1.Cms.RecipientIdentifierBC:
iText.Bouncycastle.Asn1.Asn1EncodableBC iText.Commons.Bouncycastle.Asn1.Cms.IRecipientIdentifier iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  RecipientIdentifierBC (RecipientIdentifier recipientIdentifier)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientIdentifier. More...
 
  RecipientIdentifierBC (IIssuerAndSerialNumber issuerAndSerialNumber)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientIdentifier. More...
 
virtual RecipientIdentifier  GetRecipientIdentifier ()
  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.RecipientIdentifier.

Constructor & Destructor Documentation

◆ RecipientIdentifierBC() [1/2]

iText.Bouncycastle.Asn1.Cms.RecipientIdentifierBC.RecipientIdentifierBC ( RecipientIdentifier  recipientIdentifier )
inline

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

Parameters
recipientIdentifier

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

◆ RecipientIdentifierBC() [2/2]

iText.Bouncycastle.Asn1.Cms.RecipientIdentifierBC.RecipientIdentifierBC ( IIssuerAndSerialNumber  issuerAndSerialNumber )
inline

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

Parameters
issuerAndSerialNumber IssuerAndSerialNumber wrapper to create Org.BouncyCastle.Asn1.Cms.RecipientIdentifier

Member Function Documentation

◆ GetRecipientIdentifier()

virtual RecipientIdentifier iText.Bouncycastle.Asn1.Cms.RecipientIdentifierBC.GetRecipientIdentifier ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.RecipientIdentifier.