iText 9.1.0 API
iText.Bouncycastlefips.Asn1.Cms.RecipientInfoBCFips Class Reference

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

Inheritance diagram for iText.Bouncycastlefips.Asn1.Cms.RecipientInfoBCFips:
iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips iText.Commons.Bouncycastle.Asn1.Cms.IRecipientInfo iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  RecipientInfoBCFips (RecipientInfo recipientInfo)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo. More...
 
  RecipientInfoBCFips (IKeyTransRecipientInfo keyTransRecipientInfo)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.RecipientInfo. More...
 
virtual RecipientInfo  GetRecipientInfo ()
  Gets actual org.bouncycastle object being wrapped. More...
 
- Public Member Functions inherited from iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips
  Asn1EncodableBCFips (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.RecipientInfo.

Constructor & Destructor Documentation

◆ RecipientInfoBCFips() [1/2]

iText.Bouncycastlefips.Asn1.Cms.RecipientInfoBCFips.RecipientInfoBCFips ( RecipientInfo  recipientInfo )
inline

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

Parameters
recipientInfo

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

◆ RecipientInfoBCFips() [2/2]

iText.Bouncycastlefips.Asn1.Cms.RecipientInfoBCFips.RecipientInfoBCFips ( IKeyTransRecipientInfo  keyTransRecipientInfo )
inline

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

Parameters
keyTransRecipientInfo KeyTransRecipientInfo to create Org.BouncyCastle.Asn1.Cms.RecipientInfo

Member Function Documentation

◆ GetRecipientInfo()

virtual RecipientInfo iText.Bouncycastlefips.Asn1.Cms.RecipientInfoBCFips.GetRecipientInfo ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.RecipientInfo.