Class ASN1UTCTimeBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1UTCTimeBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IASN1UTCTime
Wrapper class for
ASN1UTCTime
.
-
Constructor Summary
ConstructorDescriptionASN1UTCTimeBCFips
(org.bouncycastle.asn1.ASN1UTCTime asn1UTCTime) Creates new wrapper instance forASN1UTCTime
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1UTCTime
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
getEncoded, getEncoded, getPrimitive
Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
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
-
Constructor Details
-
ASN1UTCTimeBCFips
public ASN1UTCTimeBCFips(org.bouncycastle.asn1.ASN1UTCTime asn1UTCTime) Creates new wrapper instance forASN1UTCTime
.- Parameters:
-
asn1UTCTime
-ASN1UTCTime
to be wrapped
-
-
Method Details
-
getASN1UTCTime
public org.bouncycastle.asn1.ASN1UTCTime getASN1UTCTime()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ASN1UTCTime
.
-