OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ava
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
RDN.java
73
final
AVA
[] assertion;
76
private volatile List<
AVA
> avaList;
86
* If the '+' should be considered part of an
AVA
value, it must be
101
* If the '+' should be considered part of an
AVA
value, it must be
112
List<
AVA
> avaVec = new ArrayList<
AVA
>(3);
117
* We have encountered an
AVA
delimiter (plus sign).
120
* is part of the
AVA
. Otherwise, it is used as a separator, to
121
* delimit the
AVA
under consideration from any subsequent AVAs.
130
throw new IOException("empty
AVA
in RDN \"" + name + "\"")
134
AVA
ava
= new AVA(new StringReader(
ava
String), keywordMap);
local
152
AVA
ava
= new AVA(new StringReader(
ava
String), keywordMap);
local
212
AVA
ava
= new AVA
local
228
AVA
ava
= new AVA(new StringReader(
ava
String), AVA.RFC2253, keywordMap);
local
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java
1309
StringBuffer
ava
= null;
local
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 553 milliseconds