Class 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
     }
     
    • Constructor Detail

      • Time

        public Time()