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 Details

  • Constructor Details

    • Time

      public Time()