OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAME_ANY
(Results
1 - 6
of
6
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java
43
public static final int
NAME_ANY
= 0;
GeneralName.java
92
case GeneralNameInterface.
NAME_ANY
:
231
if (nameType == GeneralNameInterface.
NAME_ANY
||
OtherName.java
143
return GeneralNameInterface.
NAME_ANY
;
248
} else if (inputName.getType() !=
NAME_ANY
) {
GeneralSubtrees.java
247
case GeneralNameInterface.
NAME_ANY
:
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
121
int[] types = { GeneralNameInterface.
NAME_ANY
,
145
int[] types = { GeneralNameInterface.
NAME_ANY
,
173
int[] types = { GeneralNameInterface.
NAME_ANY
,
[
all
...]
/libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java
142
static final int
NAME_ANY
= 0;
[
all
...]
Completed in 38 milliseconds