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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerValue.java199 public boolean isConstructed() { return ((tag & 0x020) == 0x020); } method in class:DerValue
204 public boolean isConstructed(byte constructedTag) { method in class:DerValue
205 if (!isConstructed()) {
483 if (tag != tag_OctetString && !isConstructed(tag_OctetString)) {
495 if (isConstructed()) {

Completed in 141 milliseconds