Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java201 public boolean isConstructed() { return ((tag & 0x020) == 0x020); } in isConstructed() method in DerValue
206 public boolean isConstructed(byte constructedTag) { in isConstructed() method in DerValue