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

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

Inheritance diagram for iText.Bouncycastlefips.Asn1.Cms.IssuerAndSerialNumberBCFips:
iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips iText.Commons.Bouncycastle.Asn1.Cms.IIssuerAndSerialNumber iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  IssuerAndSerialNumberBCFips (IssuerAndSerialNumber issuerAndSerialNumber)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber. More...
 
  IssuerAndSerialNumberBCFips (IX500Name issuer, BigInteger value)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber. More...
 
virtual IssuerAndSerialNumber  GetIssuerAndSerialNumber ()
  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.IssuerAndSerialNumber.

Constructor & Destructor Documentation

◆ IssuerAndSerialNumberBCFips() [1/2]

iText.Bouncycastlefips.Asn1.Cms.IssuerAndSerialNumberBCFips.IssuerAndSerialNumberBCFips ( IssuerAndSerialNumber  issuerAndSerialNumber )
inline

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

Parameters
issuerAndSerialNumber

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

◆ IssuerAndSerialNumberBCFips() [2/2]

iText.Bouncycastlefips.Asn1.Cms.IssuerAndSerialNumberBCFips.IssuerAndSerialNumberBCFips ( IX500Name  issuer,
BigInteger  value 
)
inline

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

Parameters
issuer X500Name wrapper to create Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber
value BigInteger to create Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber

Member Function Documentation

◆ GetIssuerAndSerialNumber()

virtual IssuerAndSerialNumber iText.Bouncycastlefips.Asn1.Cms.IssuerAndSerialNumberBCFips.GetIssuerAndSerialNumber ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber.