HomeSort by relevance Sort by last modified time
    Searched defs:GeneralName (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 19 * The GeneralName object.
21 * GeneralName ::= CHOICE {
43 public class GeneralName
60 public GeneralName(
68 * @deprecated this constructor seems the wrong way round! Use GeneralName(tag, name).
70 public GeneralName(
104 public GeneralName(
113 * Create a GeneralName for the given tag from the passed in String.
135 public GeneralName(
171 public static GeneralName getInstance
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 46 * with the GeneralName structure which is a part of X.509 certificate
54 * GeneralName::= CHOICE {
89 public class GeneralName {
123 // the ASN.1 encoded form of GeneralName
125 // the ASN.1 encoded form of GeneralName's field
129 * Makes the GeneralName object from the tag type and corresponding
135 * If GeneralName structure is used as a part of Name Constraints
141 * To make the GeneralName object with such names use another constructor.
146 public GeneralName(int tag, String name) throws IOException {
190 public GeneralName(OtherName name)
    [all...]

Completed in 352 milliseconds