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

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1UTCTime.java 42 public static final int UTC_HMS = 13;
DerInputStream.java 134 if (length != ASN1UTCTime.UTC_HMS) {
BerInputStream.java 361 case ASN1UTCTime.UTC_HMS:
399 if (length == ASN1UTCTime.UTC_HMS) {

Completed in 29 milliseconds