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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DGeneralNames.java34 * This object class represents the GeneralNames type required in
38 * GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
45 public class GeneralNames { class
50 * Create the GeneralNames, decoding from the passed DerValue.
52 * @param derVal the DerValue to construct the GeneralNames from.
55 public GeneralNames(DerValue derVal) throws IOException { method in class:GeneralNames
58 throw new IOException("Invalid encoding for GeneralNames.");
76 public GeneralNames() { method in class:GeneralNames
80 public GeneralNames add(GeneralName name) {
127 * compare this GeneralNames t
[all...]

Completed in 28 milliseconds