org.mozilla.jss.asn1
Class TimeBase
java.lang.Object
org.mozilla.jss.asn1.TimeBase
- ASN1Value
public abstract class TimeBase
extends java.lang.Object
void | encode(OutputStream ostream)
|
void | encode(Tag implicit, OutputStream ostream) - Write the DER-encoding of this TimeBase.
|
abstract Tag | getTag()
|
protected abstract boolean | isUTC()
|
Date | toDate()
|
FORM
public static final Form FORM
TimeBase
public TimeBase(Date date)
encode
public void encode(OutputStream ostream)
throws IOException
- encode in interface ASN1Value
encode
public void encode(Tag implicit,
OutputStream ostream)
throws IOException
Write the DER-encoding of this TimeBase.
- encode in interface ASN1Value
isUTC
protected abstract boolean isUTC()
toDate
public Date toDate()