Package com.itextpdf.bouncycastle.asn1
Class ASN1UTCTimeBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
-
- com.itextpdf.bouncycastle.asn1.ASN1UTCTimeBC
-
- All Implemented Interfaces:
IASN1Encodable
,IASN1Primitive
,IASN1UTCTime
public class ASN1UTCTimeBC extends ASN1PrimitiveBC implements IASN1UTCTime
Wrapper class forASN1UTCTime
.
-
-
Constructor Summary
Constructors Constructor Description ASN1UTCTimeBC(org.bouncycastle.asn1.ASN1UTCTime asn1UTCTime)
Creates new wrapper instance forASN1UTCTime
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1UTCTime
getASN1UTCTime()
Gets actual org.bouncycastle object being wrapped.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
getEncoded, getEncoded, getPrimitive
-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
-