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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DGeneralName.java51 * with the GeneralName structure which is a part of X.509 certificate
59 * GeneralName::= CHOICE {
98 public final class GeneralName { class
132 /** the ASN.1 encoded form of GeneralName */
134 /** the ASN.1 encoded form of GeneralName's field */
138 * Makes the GeneralName object from the tag type and corresponding
144 * If GeneralName structure is used as a part of Name Constraints
150 * To make the GeneralName object with such names use another constructor.
154 public GeneralName(int tag, String name) throws IOException { method in class:GeneralName
194 public GeneralName(OtherNam method in class:GeneralName
199 public GeneralName(ORAddress name) { method in class:GeneralName
204 public GeneralName(Name name) { method in class:GeneralName
209 public GeneralName(EDIPartyName name) { method in class:GeneralName
223 public GeneralName(byte[] name) throws IllegalArgumentException { method in class:GeneralName
235 public GeneralName(int tag, byte[] name) throws IOException { method in class:GeneralName
[all...]

Completed in 50 milliseconds