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

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

Inheritance diagram for iText.Bouncycastle.Asn1.IAsn1GeneralizedTimeBC:
iText.Bouncycastle.Asn1.Asn1ObjectBC iText.Commons.Bouncycastle.Asn1.IDerGeneralizedTime iText.Bouncycastle.Asn1.Asn1EncodableBC iText.Commons.Bouncycastle.Asn1.IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  IAsn1GeneralizedTimeBC (Asn1GeneralizedTime asn1GeneralizedTime)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1GeneralizedTime. More...
 
virtual Asn1GeneralizedTime  GetAsn1GeneralizedTime ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual DateTime  GetDate ()
  Calls actual getDate method for the wrapped ASN1GeneralizedTime object. More...
 
- Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1ObjectBC
  Asn1ObjectBC (Asn1Object primitive)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
 
  Asn1ObjectBC (byte[] array)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
 
virtual Asn1Object  GetPrimitive ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual byte[]  GetEncoded ()
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
virtual byte[]  GetEncoded (String encoding)
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
- Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC
  Asn1EncodableBC (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.Asn1GeneralizedTime.

Constructor & Destructor Documentation

◆ IAsn1GeneralizedTimeBC()

iText.Bouncycastle.Asn1.IAsn1GeneralizedTimeBC.IAsn1GeneralizedTimeBC ( Asn1GeneralizedTime  asn1GeneralizedTime )
inline

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

Parameters
asn1GeneralizedTime

Org.BouncyCastle.Asn1.Asn1GeneralizedTime to be wrapped

Member Function Documentation

◆ GetAsn1GeneralizedTime()

virtual Asn1GeneralizedTime iText.Bouncycastle.Asn1.IAsn1GeneralizedTimeBC.GetAsn1GeneralizedTime ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Asn1GeneralizedTime.

◆ GetDate()

virtual DateTime iText.Bouncycastle.Asn1.IAsn1GeneralizedTimeBC.GetDate ( )
inlinevirtual

Calls actual getDate method for the wrapped ASN1GeneralizedTime object.

Returns

Calls actual getDate method for the wrapped ASN1GeneralizedTime object.

Implements iText.Commons.Bouncycastle.Asn1.IDerGeneralizedTime.