Home
last modified time | relevance | path

Searched refs:subtreeDepth (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DBuilder.java169 return test.subtreeDepth() - base.subtreeDepth(); in distance()
207 return (test.subtreeDepth()-base.subtreeDepth()); in hops()
210 return (test.subtreeDepth()-base.subtreeDepth()); in hops()
233 int commonDistance = commonName.subtreeDepth(); in hops()
234 int baseDistance = baseName.subtreeDepth(); in hops()
235 int testDistance = testName.subtreeDepth(); in hops()
/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralNameInterface.java102 int subtreeDepth() throws UnsupportedOperationException; in subtreeDepth() method
DURIName.java383 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in URIName
390 return dnsName.subtreeDepth(); in subtreeDepth()
DX400Address.java419 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in X400Address
DOIDName.java172 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in OIDName
DRFC822Name.java238 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in RFC822Name
DEDIPartyName.java253 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in EDIPartyName
DDNSName.java234 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in DNSName
DOtherName.java264 public int subtreeDepth() { in subtreeDepth() method in OtherName
DIPAddressName.java487 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in IPAddressName
DX500Name.java1340 public int subtreeDepth() throws UnsupportedOperationException { in subtreeDepth() method in X500Name
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DURIName.java95 public int subtreeDepth() throws java.lang.UnsupportedOperationException { in subtreeDepth() method in URIName
DX500Name.java291 public int subtreeDepth() throws java.lang.UnsupportedOperationException { in subtreeDepth() method in X500Name