Searched refs:TAGGING_CONSTRUCTED (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Implicit.java39 private static final int TAGGING_CONSTRUCTED = 1; field in class:ASN1Implicit
87 taggingType = TAGGING_CONSTRUCTED;
95 case TAGGING_CONSTRUCTED:
126 if (taggingType == TAGGING_CONSTRUCTED) {

Completed in 7 milliseconds