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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DGeneralName.java33 * This class implements the ASN.1 GeneralName object class.
37 * GeneralName ::= CHOICE {
52 public class GeneralName { class
63 public GeneralName(GeneralNameInterface name) { method in class:GeneralName
65 throw new NullPointerException("GeneralName must not be null");
73 * @param encName the DER encoded GeneralName.
75 public GeneralName(DerValue encName) throws IOException { method in class:GeneralName
82 * @param encName the DER encoded GeneralName.
85 public GeneralName(DerValue encName, boolean nameConstraint) method in class:GeneralName
165 throw new IOException("Unrecognized GeneralName ta
[all...]

Completed in 36 milliseconds