Searched defs:RDN (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DRDN.java43 * per RDN. This style is currently common.
47 * it, but we'll need to sort them when we expose the RDN class more.
66 public class RDN { class
78 * Constructs an RDN from its printable representation.
80 * An RDN may consist of one or multiple Attribute Value Assertions (AVAs),
85 * @param name String form of RDN
88 public RDN(String name) throws IOException { method in class:RDN
93 * Constructs an RDN from its printable representation.
95 * An RDN may consist of one or multiple Attribute Value Assertions (AVAs),
100 * @param name String form of RDN
104 public RDN(String name, Map<String, String> keywordMap) throws IOException { method in class:RDN
165 RDN(String name, String format) throws IOException { method in class:RDN
181 RDN(String name, String format, Map<String, String> keywordMap) method in class:RDN
237 RDN(DerValue rdn) throws IOException { method in class:RDN
256 RDN(int i) { assertion = new AVA[i]; } method in class:RDN
258 public RDN(AVA ava) { method in class:RDN
265 public RDN(AVA[] avas) { method in class:RDN
[all...]

Completed in 94 milliseconds