/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/ |
Asn1Tag.java | 24 UTCTime,
|
Asn1Decoder.java | 73 sTagMap.put(TAG_UTCTime, Asn1Tag.UTCTime);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
useful.py | 9 class UTCTime(char.VisibleString):
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Time.java | 46 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime 77 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime 164 * utcTime UTCTime,
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
TimeTest.java | 40 // verify that date before 2050 encoded as UTCTime 42 assertEquals("UTCTime", ASN1Constants.TAG_UTCTIME, enc[0]);
|
CertificateTest.java | 91 * utcTime UTCTime,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Time.java | 21 * Dual-mode timestamp format producing either UTCTIme or GeneralizedTime. 25 * utcTime UTCTime, 65 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime 96 * and 2049 a UTCTime object is generated, otherwise a GeneralizedTime
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc2315.py | 131 namedtype.NamedType('revocationDate', useful.UTCTime()) 138 namedtype.NamedType('lastUpdate', useful.UTCTime()), 139 namedtype.NamedType('nextUpdate', useful.UTCTime()),
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
CalendarInteractionUtils.java | 104 * @param utcTime Time to convert, in UTC. 107 private static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { 112 recycle.set(utcTime);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1UTCTime.java | 23 * <p><b>11.8 UTCTime </b></p> 25 * as described in the ITU-T X.680 | ISO/IEC 8824-1 clause on UTCTime. 142 * @param locale an appropriate Locale for producing an ASN.1 UTCTime value.
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
UTCTimeTest.java | 34 * ASN.1 DER test for UTCTime type 90 * Verifies decoding/encoding ASN.1 UTCTime.
|
DerUTCTimeEDTest.java | 39 * ASN.1 DER test for UTCTime type
|
/external/boringssl/src/crypto/asn1/ |
a_time.c | 73 * utcTime UTCTime,
|
a_gentm.c | 78 /* GENERALIZEDTIME is similar to UTCTIME except the year is
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
TimeStatsAggregator.java | 134 static HashMap<String, String> getAllTimeFeatures(long utcTime) { 137 time.set(utcTime);
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 359 // notBefore: UTCTime 362 // notAfter: UTCTime 441 // notBefore: UTCTime 444 // notAfter: UTCTime
|
/libcore/ojluni/src/main/java/javax/security/cert/ |
X509Certificate.java | 276 * utcTime UTCTime, 393 * utcTime UTCTime,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/ |
scalar.html | 733 ObjectDescriptor, GeneralizedTime, UTCTime. They all are subtypes 756 GeneralizedTime and UTCTime types are designed to hold a human-readable 769 utc-time UTCTime ::= "9803081200Z" 777 >>> utcTime = useful.UTCTime("9803081200Z")
|
/libcore/ojluni/src/main/java/java/security/cert/ |
X509Certificate.java | 136 * utcTime UTCTime, 308 * utcTime UTCTime,
|
X509CRL.java | 303 * utcTime UTCTime,
|
/external/webrtc/webrtc/base/ |
sslidentity.cc | 209 // Read out ASN1 year, in either 2-char "UTCTIME" or 4-char "GENERALIZEDTIME"
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateValidity.java | 76 // check if UTCTime encoded or GeneralizedTime
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 364 // notBefore: UTCTime 367 // notAfter: UTCTime 446 // notBefore: UTCTime 449 // notAfter: UTCTime [all...] |
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 288 // UTCTime 309 // UTCTime only encodes times prior to 2050. See https://tools.ietf.org/html/rfc5280#section-4.1.2.5.1 693 // Special case for time: UTCTime and GeneralizedTime both map to the 916 // An ASN.1 UTCTIME or GENERALIZEDTIME can be written to a time.Time.
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1.go | 288 // UTCTime 309 // UTCTime only encodes times prior to 2050. See https://tools.ietf.org/html/rfc5280#section-4.1.2.5.1 693 // Special case for time: UTCTime and GeneralizedTime both map to the 916 // An ASN.1 UTCTIME or GENERALIZEDTIME can be written to a time.Time.
|