Searched refs:subtreeDepth (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DGeneralNameInterface.java102 int subtreeDepth() throws UnsupportedOperationException; method in interface:GeneralNameInterface
H A DX400Address.java419 public int subtreeDepth() throws UnsupportedOperationException { method in class:X400Address
420 throw new UnsupportedOperationException("subtreeDepth not supported for X400Address");
H A DOIDName.java172 public int subtreeDepth() throws UnsupportedOperationException { method in class:OIDName
173 throw new UnsupportedOperationException("subtreeDepth() not supported for OIDName.");
H A DURIName.java386 public int subtreeDepth() throws UnsupportedOperationException { method in class:URIName
393 return dnsName.subtreeDepth();
H A DDNSName.java234 public int subtreeDepth() throws UnsupportedOperationException { method in class:DNSName
H A DEDIPartyName.java253 public int subtreeDepth() throws UnsupportedOperationException { method in class:EDIPartyName
254 throw new UnsupportedOperationException("subtreeDepth() not supported for EDIPartyName");
H A DRFC822Name.java238 public int subtreeDepth() throws UnsupportedOperationException { method in class:RFC822Name
H A DOtherName.java264 public int subtreeDepth() { method in class:OtherName
266 ("subtreeDepth() not supported for generic OtherName");
H A DIPAddressName.java485 public int subtreeDepth() throws UnsupportedOperationException { method in class:IPAddressName
487 ("subtreeDepth() not defined for IPAddressName");
H A DX500Name.java1321 public int subtreeDepth() throws UnsupportedOperationException { method in class:X500Name
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuilder.java173 return test.subtreeDepth() - base.subtreeDepth();
210 return (test.subtreeDepth()-base.subtreeDepth());
213 return (test.subtreeDepth()-base.subtreeDepth());
236 int commonDistance = commonName.subtreeDepth();
237 int baseDistance = baseName.subtreeDepth();
238 int testDistance = testName.subtreeDepth();

Completed in 1590 milliseconds