OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avas
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
RDN.java
49
* Note that DER-encoded RDNs sort
AVAs
by assertion OID ... so that
75
// cached immutable List of the
AVAs
84
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
99
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
121
* delimit the AVA under consideration from any subsequent
AVAs
.
161
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
176
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
200
* delimit the AVA under consideration from any subsequent
AVAs
.
256
* number of
AVAs
.
258
* @param i number of
AVAs
to be in RD
281
public List<AVA>
avas
() {
method in class:RDN
[
all
...]
X500Name.java
141
// cached immutable list of the RDNs and all the
AVAs
341
* Return an immutable List of the the
AVAs
contained in all the
349
list.addAll(names[i].
avas
());
356
* Return the total number of
AVAs
contained in all the RDNs of
405
// quick check that number of RDNs and
AVAs
match before canonicalizing
[
all
...]
Completed in 396 milliseconds