Package org.mozilla.jss.asn1
Class TimeBase.Template
java.lang.Object
org.mozilla.jss.asn1.TimeBase.Template
- Direct Known Subclasses:
GeneralizedTime.Template,UTCTime.Template
- Enclosing class:
- TimeBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(InputStream istream) decode(Tag implicitTag, InputStream istream) protected abstract TimeBasegenerateInstance(Date date) protected abstract TaggetTag()protected abstract booleanisUTC()boolean
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
isUTC
protected abstract boolean isUTC() -
getTag
-
generateInstance
-
tagMatch
-
decode
- Throws:
IOExceptionInvalidBERException
-
decode
public ASN1Value decode(Tag implicitTag, InputStream istream) throws IOException, InvalidBERException - Throws:
IOExceptionInvalidBERException
-