Package io.anyline.nfc.bouncycastle.asn1
Class DERUTCTime
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.util.Encodable
public class DERUTCTime extends ASN1UTCTime
DER UTC time object.
-
-
Constructor Summary
Constructors Constructor Description DERUTCTime(Date time)
DERUTCTime(String time)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1UTCTime
getAdjustedDate, getAdjustedTime, getDate, getInstance, getInstance, getTime, hashCode, toString
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-