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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DX400Address.java419 public int subtreeDepth() throws UnsupportedOperationException { method in class:X400Address
420 throw new UnsupportedOperationException("subtreeDepth not supported for X400Address");
H A DDNSName.java234 public int subtreeDepth() throws UnsupportedOperationException { method in class:DNSName
H A DOIDName.java172 public int subtreeDepth() throws UnsupportedOperationException { method in class:OIDName
173 throw new UnsupportedOperationException("subtreeDepth() not supported for OIDName.");
H A DRFC822Name.java238 public int subtreeDepth() throws UnsupportedOperationException { method in class:RFC822Name
H A DEDIPartyName.java253 public int subtreeDepth() throws UnsupportedOperationException { method in class:EDIPartyName
254 throw new UnsupportedOperationException("subtreeDepth() not supported for EDIPartyName");
H A DGeneralNameInterface.java102 int subtreeDepth() throws UnsupportedOperationException; method in interface:GeneralNameInterface
H A DIPAddressName.java485 public int subtreeDepth() throws UnsupportedOperationException { method in class:IPAddressName
487 ("subtreeDepth() not defined for IPAddressName");
H A DOtherName.java264 public int subtreeDepth() { method in class:OtherName
266 ("subtreeDepth() not supported for generic OtherName");
H A DURIName.java386 public int subtreeDepth() throws UnsupportedOperationException { method in class:URIName
393 return dnsName.subtreeDepth();
H A DX500Name.java1342 public int subtreeDepth() throws UnsupportedOperationException { method in class:X500Name

Completed in 456 milliseconds