HomeSort by relevance Sort by last modified time
    Searched full:generalizedtime (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AttCertValidityPeriod.java 70 * notBeforeTime GeneralizedTime,
71 * notAfterTime GeneralizedTime
Time.java 42 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime
121 * generalTime GeneralizedTime }
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 32 * This class represents ASN.1 GeneralizedTime type.
42 * Constructs ASN.1 GeneralizedTime type
45 * when there is a need to create a custom ASN.1 GeneralizedTime type.
54 * Returns ASN.1 GeneralizedTime type default implementation
59 * @return ASN.1 GeneralizedTime type default implementation
ASN1Choice.java 49 * generalTime GeneralizedTime
139 * // we decoded GeneralizedTime
159 * // otherwise encode Date as GeneralizedTime
170 * // otherwise encode Date as GeneralizedTime
BerInputStream.java 291 * Decodes ASN.1 GeneralizedTime type
305 throw new ASN1Exception("ASN.1 GeneralizedTime: encoded format is not implemented");
310 throw new ASN1Exception("ASN.1 GeneralizedTime wrongly encoded at ["
318 throw new ASN1Exception("ASN.1 GeneralizedTime wrongly encoded at ["
346 throw new ASN1Exception("Decoding constructed ASN.1 GeneralizedTime type is not supported");
348 throw expected("GeneralizedTime");
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
TimeTest.java 44 // verify that date after 2050 encoded as GeneralizedTime
46 assertEquals("GeneralizedTime", ASN1Constants.TAG_GENERALIZEDTIME,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 42 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime
121 * generalTime GeneralizedTime }
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Time.java 40 * generalTime GeneralizedTime
55 return 0; // it is after 2050, encode as GeneralizedTime
PrivateKeyUsagePeriod.java 42 * notBefore [0] GeneralizedTime OPTIONAL,
43 * notAfter [1] GeneralizedTime OPTIONAL
InvalidityDate.java 30 * invalidityDate ::= GeneralizedTime
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
GeneralizedTimeTest.java 36 * ASN.1 DER test for GeneralizedTime type
99 * Verifies DER decoding/encoding ASN.1 GeneralizedTime.
100 * GeneralizedTime expresses Greenwich Mean Time by
DerGeneralizedTimeEDTest.java 39 * ASN.1 DER test for GeneralizedTime type
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_time.c 60 * generalTime GeneralizedTime }
137 /* Convert an ASN1_TIME structure to GeneralizedTime */
154 /* If already GeneralizedTime just copy across */
a_gentm.c 59 /* GENERALIZEDTIME implementation, written by Steve Henson. Based on UTCTIME */
129 /* GENERALIZEDTIME is similar to UTCTIME except the year is
  /external/openssl/crypto/asn1/
a_time.c 60 * generalTime GeneralizedTime }
137 /* Convert an ASN1_TIME structure to GeneralizedTime */
154 /* If already GeneralizedTime just copy across */
a_gentm.c 59 /* GENERALIZEDTIME implementation, written by Steve Henson. Based on UTCTIME */
129 /* GENERALIZEDTIME is similar to UTCTIME except the year is
  /external/chromium_org/net/tools/testserver/
minica.py 259 cert_status = asn1.Explicit(1, asn1.GeneralizedTime("20100101060000Z"))
269 asn1.GeneralizedTime("20100101060000Z"), # producedAt
282 asn1.GeneralizedTime("20100101060000Z"), # thisUpdate
283 asn1.Explicit(0, asn1.GeneralizedTime("20300101060000Z")), # nextUpdate
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 27 * DateOfCertGenSyntax ::= GeneralizedTime
130 * CertInDirSince ::= GeneralizedTime
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp.h 219 * revocationTime GeneralizedTime,
249 * thisUpdate GeneralizedTime,
250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
268 * producedAt GeneralizedTime,
335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ocsp.h 219 * revocationTime GeneralizedTime,
249 * thisUpdate GeneralizedTime,
250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
268 * producedAt GeneralizedTime,
335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
  /external/openssl/crypto/ocsp/
ocsp.h 219 * revocationTime GeneralizedTime,
249 * thisUpdate GeneralizedTime,
250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
268 * producedAt GeneralizedTime,
335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
  /external/openssl/include/openssl/
ocsp.h 219 * revocationTime GeneralizedTime,
249 * thisUpdate GeneralizedTime,
250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
268 * producedAt GeneralizedTime,
335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
  /external/chromium_org/net/cert/
ct_objects_extractor_nss.cc 319 // thisUpdate GeneralizedTime,
320 // nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
353 // producedAt GeneralizedTime,
x509_cert_types.h 131 // GeneralizedTime: Format is YYYYMMDDHHMMSSZ
  /external/chromium/net/base/
x509_cert_types.h 141 // GeneralizedTime: Format is YYYYMMDDHHMMSSZ

Completed in 1394 milliseconds

1 2 3