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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DX500Name.java129 public class X500Name implements GeneralNameInterface, Principal { class in inherits:GeneralNameInterface,Principal
150 public X500Name(String dname) throws IOException { method in class:X500Name
162 public X500Name(String dname, Map<String, String> keywordMap) method in class:X500Name
170 * DEFAULT is the default format used by the X500Name(String)
177 public X500Name(String dname, String format) throws IOException { method in class:X500Name
203 public X500Name(String commonName, String organizationUnit, method in class:X500Name
240 public X500Name(String commonName, String organizationUnit, method in class:X500Name
275 public X500Name(RDN[] rdnArray) throws IOException { method in class:X500Name
282 throw new IOException("Cannot create an X500Name");
294 public X500Name(DerValu method in class:X500Name
306 public X500Name(DerInputStream in) throws IOException { method in class:X500Name
315 public X500Name(byte[] name) throws IOException { method in class:X500Name
[all...]

Completed in 60 milliseconds