OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtreeDepth
(Results
1 - 11
of
11
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java
102
int
subtreeDepth
() throws UnsupportedOperationException;
X400Address.java
419
public int
subtreeDepth
() throws UnsupportedOperationException {
420
throw new UnsupportedOperationException("
subtreeDepth
not supported for X400Address");
OIDName.java
172
public int
subtreeDepth
() throws UnsupportedOperationException {
173
throw new UnsupportedOperationException("
subtreeDepth
() not supported for OIDName.");
URIName.java
386
public int
subtreeDepth
() throws UnsupportedOperationException {
393
return dnsName.
subtreeDepth
();
DNSName.java
234
public int
subtreeDepth
() throws UnsupportedOperationException {
EDIPartyName.java
253
public int
subtreeDepth
() throws UnsupportedOperationException {
254
throw new UnsupportedOperationException("
subtreeDepth
() not supported for EDIPartyName");
RFC822Name.java
238
public int
subtreeDepth
() throws UnsupportedOperationException {
OtherName.java
264
public int
subtreeDepth
() {
266
("
subtreeDepth
() not supported for generic OtherName");
IPAddressName.java
485
public int
subtreeDepth
() throws UnsupportedOperationException {
487
("
subtreeDepth
() not defined for IPAddressName");
X500Name.java
[
all
...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java
169
return test.
subtreeDepth
() - base.
subtreeDepth
();
207
return (test.
subtreeDepth
()-base.
subtreeDepth
());
210
return (test.
subtreeDepth
()-base.
subtreeDepth
());
233
int commonDistance = commonName.
subtreeDepth
();
234
int baseDistance = baseName.
subtreeDepth
();
235
int testDistance = testName.
subtreeDepth
();
Completed in 72 milliseconds