Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerValue.java90 public boolean isConstructed() { in isConstructed() method in DerValue
94 public boolean isConstructed(byte constructedTag) { in isConstructed() method in DerValue
/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