iText 8.0.5 API
iText.Bouncycastle.Cert.Ocsp.SingleResponseBC Class Reference

Wrapper class for Org.BouncyCastle.Asn1.Ocsp.SingleResponse. More...

Inheritance diagram for iText.Bouncycastle.Cert.Ocsp.SingleResponseBC:
iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse

Public Member Functions

  SingleResponseBC (SingleResponse singleResp)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.SingleResponse. More...
 
  SingleResponseBC (IBasicOcspResponse basicResp)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.SingleResponse. More...
 
virtual SingleResponse  GetSingleResponse ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual ICertID  GetCertID ()
  Calls actual getCertID method for the wrapped SingleResp object. More...
 
virtual ICertStatus  GetCertStatus ()
  Calls actual getCertStatus method for the wrapped SingleResp object. More...
 
virtual DateTime  GetNextUpdate ()
  Calls actual getNextUpdate method for the wrapped SingleResp object. More...
 
virtual DateTime  GetThisUpdate ()
  Calls actual getThisUpdate method for the wrapped SingleResp object. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. Compares wrapped objects. 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.Ocsp.SingleResponse.

Constructor & Destructor Documentation

◆ SingleResponseBC() [1/2]

iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.SingleResponseBC ( SingleResponse  singleResp )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.SingleResponse.

Parameters
singleResp

SingleResponse to be wrapped

◆ SingleResponseBC() [2/2]

iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.SingleResponseBC ( IBasicOcspResponse  basicResp )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.SingleResponse.

Parameters
basicResp

IBasicOcspResponse wrapper to get Org.BouncyCastle.Asn1.Ocsp.SingleResponse

Member Function Documentation

◆ Equals()

override bool iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.Equals ( Object  o )
inline

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

◆ GetCertID()

virtual ICertID iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetCertID ( )
inlinevirtual

Calls actual getCertID method for the wrapped SingleResp object.

Implements iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.

◆ GetCertStatus()

virtual ICertStatus iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetCertStatus ( )
inlinevirtual

Calls actual getCertStatus method for the wrapped SingleResp object.

Implements iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.

◆ GetHashCode()

override int iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ GetNextUpdate()

virtual DateTime iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetNextUpdate ( )
inlinevirtual

Calls actual getNextUpdate method for the wrapped SingleResp object.

Implements iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.

◆ GetSingleResponse()

virtual SingleResponse iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetSingleResponse ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Ocsp.SingleResponse.

◆ GetThisUpdate()

virtual DateTime iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.GetThisUpdate ( )
inlinevirtual

Calls actual getThisUpdate method for the wrapped SingleResp object.

Implements iText.Commons.Bouncycastle.Cert.Ocsp.ISingleResponse.

◆ ToString()

override String iText.Bouncycastle.Cert.Ocsp.SingleResponseBC.ToString ( )
inline

Delegates toString method call to the wrapped object.