Package org.apache.harmony.security.x509
Class Time
java.lang.Object
org.apache.harmony.security.x509.Time
public final class Time extends Object
Class represents the work with the following X.509 structure:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
Certificate and Certificate Revocation List (CRL) Profile.
http://www.ietf.org/rfc/rfc3280.txt):
Time ::= CHOICE {
utcTime UTCTime,
generalTime GeneralizedTime
}
-
Field Summary
Fields Modifier and Type Field Description static ASN1ChoiceASN1 -
Constructor Summary
Constructors Constructor Description Time() -
Method Summary
-
Field Details
-
ASN1
-
-
Constructor Details
-
Time
public Time()
-