iText 9.5.0 API
iText.Bouncycastle.Asn1.Asn1InputStreamBC Class Reference

Wrapper class for Org.BouncyCastle.Asn1.Asn1InputStream. More...

Inheritance diagram for iText.Bouncycastle.Asn1.Asn1InputStreamBC:
iText.Commons.Bouncycastle.Asn1.IAsn1InputStream

Public Member Functions

  Asn1InputStreamBC (Asn1InputStream asn1InputStream)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More...
 
  Asn1InputStreamBC (byte[] bytes)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More...
 
  Asn1InputStreamBC (Stream stream)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More...
 
virtual Asn1InputStream  GetAsn1InputStream ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAsn1Object  ReadObject ()
  Calls actual readObject method for the wrapped ASN1InputStream object. More...
 
virtual void  Dispose ()
  Delegates close method call to the wrapped stream. 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.Asn1InputStream.

Constructor & Destructor Documentation

◆ Asn1InputStreamBC() [1/3]

iText.Bouncycastle.Asn1.Asn1InputStreamBC.Asn1InputStreamBC ( Asn1InputStream  asn1InputStream )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.

Parameters
asn1InputStream

Org.BouncyCastle.Asn1.Asn1InputStream to be wrapped

◆ Asn1InputStreamBC() [2/3]

iText.Bouncycastle.Asn1.Asn1InputStreamBC.Asn1InputStreamBC ( byte[]  bytes )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.

Parameters
bytes byte array to create Org.BouncyCastle.Asn1.Asn1InputStream

◆ Asn1InputStreamBC() [3/3]

iText.Bouncycastle.Asn1.Asn1InputStreamBC.Asn1InputStreamBC ( Stream  stream )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.

Parameters
stream InputStream to create Org.BouncyCastle.Asn1.Asn1InputStream

Member Function Documentation

◆ Dispose()

virtual void iText.Bouncycastle.Asn1.Asn1InputStreamBC.Dispose ( )
inlinevirtual

Delegates close method call to the wrapped stream.

Implements iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.

◆ Equals()

override bool iText.Bouncycastle.Asn1.Asn1InputStreamBC.Equals ( Object  o )
inline

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one. Compares wrapped objects.

◆ GetAsn1InputStream()

virtual Asn1InputStream iText.Bouncycastle.Asn1.Asn1InputStreamBC.GetAsn1InputStream ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Asn1InputStream.

◆ GetHashCode()

override int iText.Bouncycastle.Asn1.Asn1InputStreamBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ ReadObject()

virtual IAsn1Object iText.Bouncycastle.Asn1.Asn1InputStreamBC.ReadObject ( )
inlinevirtual

Calls actual readObject method for the wrapped ASN1InputStream object.

Implements iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.

◆ ToString()

override String iText.Bouncycastle.Asn1.Asn1InputStreamBC.ToString ( )
inline

Delegates toString method call to the wrapped object.