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
45
* Note that DER-encoded RDNs sort
AVAs
by assertion OID ... so that
71
// cached immutable List of the
AVAs
80
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
95
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
117
* delimit the AVA under consideration from any subsequent
AVAs
.
157
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
172
* An RDN may consist of one or multiple Attribute Value Assertions (
AVAs
),
196
* delimit the AVA under consideration from any subsequent
AVAs
.
252
* number of
AVAs
.
254
* @param i number of
AVAs
to be in RD
277
public List<AVA>
avas
() {
method in class:RDN
[
all
...]
X500Name.java
139
// cached immutable list of the RDNs and all the
AVAs
340
* Return an immutable List of the the
AVAs
contained in all the
348
list.addAll(names[i].
avas
());
357
* Return the total number of
AVAs
contained in all the RDNs of
403
// quick check that number of RDNs and
AVAs
match before canonicalizing
[
all
...]
Completed in 1426 milliseconds