org.mozilla.jss.asn1
public abstract class TimeBase extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| abstract static class | TimeBase.Template |
| Field Summary | |
|---|---|
| static Form | FORM |
| Constructor Summary | |
|---|---|
| TimeBase(Date date) | |
| Method Summary | |
|---|---|
| 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() |