Searched defs:tag_Integer (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerValue.java98 public final static byte tag_Integer = 0x02; field in class:DerValue
515 if (tag != tag_Integer) {
527 if (tag != tag_Integer)
540 if (tag != tag_Integer)

Completed in 48 milliseconds