HomeSort by relevance Sort by last modified time
    Searched refs:TAG_C_UTCTIME (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constants.java 88 int TAG_C_UTCTIME = TAG_UTCTIME | PC_CONSTRUCTED;
DerInputStream.java 127 if (tag == ASN1Constants.TAG_C_UTCTIME) {
BerInputStream.java 404 } else if (tag == ASN1Constants.TAG_C_UTCTIME) {

Completed in 3014 milliseconds