iText 9.2.0 API
iText.Bouncycastlefips.Asn1.Cms.KeyTransRecipientInfoBCFips Class Reference

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

Inheritance diagram for iText.Bouncycastlefips.Asn1.Cms.KeyTransRecipientInfoBCFips:
iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips iText.Commons.Bouncycastle.Asn1.Cms.IKeyTransRecipientInfo iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  KeyTransRecipientInfoBCFips (KeyTransRecipientInfo keyTransRecipientInfo)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo. More...
 
  KeyTransRecipientInfoBCFips (IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IAsn1OctetString octetString)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo. More...
 
virtual KeyTransRecipientInfo  GetKeyTransRecipientInfo ()
  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.KeyTransRecipientInfo.

Constructor & Destructor Documentation

◆ KeyTransRecipientInfoBCFips() [1/2]

iText.Bouncycastlefips.Asn1.Cms.KeyTransRecipientInfoBCFips.KeyTransRecipientInfoBCFips ( KeyTransRecipientInfo  keyTransRecipientInfo )
inline

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

Parameters
keyTransRecipientInfo

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

◆ KeyTransRecipientInfoBCFips() [2/2]

iText.Bouncycastlefips.Asn1.Cms.KeyTransRecipientInfoBCFips.KeyTransRecipientInfoBCFips ( IRecipientIdentifier  recipientIdentifier,
IAlgorithmIdentifier  algorithmIdentifier,
IAsn1OctetString  octetString 
)
inline

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

Parameters
recipientIdentifier RecipientIdentifier wrapper
algorithmIdentifier AlgorithmIdentifier wrapper
octetString ASN1OctetString wrapper

Member Function Documentation

◆ GetKeyTransRecipientInfo()

virtual KeyTransRecipientInfo iText.Bouncycastlefips.Asn1.Cms.KeyTransRecipientInfoBCFips.GetKeyTransRecipientInfo ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo.