OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perName
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java
535
GeneralNameInterface
perName
= gn.getName();
536
if (
perName
== null)
542
switch (
perName
.constrains(name)) {
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java
365
GeneralNameInterface
perName
= permitted.get(i).getName().getName();
366
int distance = distance(
perName
, target, -1);
Completed in 7529 milliseconds