OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVA
(Results
1 - 6
of
6
) 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
...]
AVA.java
43
* X.500 Attribute-Value-Assertion (
AVA
): an attribute, as identified by
62
public class
AVA
implements DerEncoder {
64
private static final Debug debug = Debug.getInstance("x509", "\t[
AVA
]");
115
public
AVA
(ObjectIdentifier type, DerValue val) {
124
* Parse an RFC 1779 or RFC 2253 style
AVA
string: CN=fee fie foe fum
125
* or perhaps with quotes. Not all defined
AVA
tags are supported;
128
* This terminates at unescaped
AVA
separators ("+") or RDN
132
AVA
(Reader in) throws IOException {
137
* Parse an RFC 1779 or RFC 2253 style
AVA
string: CN=fee fie foe fum
141
* This terminates at unescaped
AVA
separators ("+") or RD
[
all
...]
X500Name.java
143
private volatile List<
AVA
> allAvaList;
213
names[3].assertion[0] = new
AVA
(commonName_oid,
216
names[2].assertion[0] = new
AVA
(orgUnitName_oid,
219
names[1].assertion[0] = new
AVA
(orgName_oid,
222
names[0].assertion[0] = new
AVA
(countryName_oid,
251
names[5].assertion[0] = new
AVA
(commonName_oid,
254
names[4].assertion[0] = new
AVA
(orgUnitName_oid,
257
names[3].assertion[0] = new
AVA
(orgName_oid,
260
names[2].assertion[0] = new
AVA
(localityName_oid,
263
names[1].assertion[0] = new
AVA
(stateName_oid
[
all
...]
NameConstraintsExtension.java
573
for (
AVA
ava
: subject.allAvas()) {
574
ObjectIdentifier attrOID =
ava
.getObjectIdentifier();
576
String attrValue =
ava
.getValueString();
/libcore/
openjdk_java_files.mk
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 192 milliseconds