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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 15 * The GeneralName object.
17 * GeneralName ::= CHOICE {
39 public class GeneralName
56 public GeneralName(
64 * @deprecated this constructor seems the wrong way round! Use GeneralName(tag, name).
66 public GeneralName(
100 public GeneralName(
114 public GeneralName(
134 public static GeneralName getInstance(
137 if (obj == null || obj instanceof GeneralName)
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 48 * with the GeneralName structure which is a part of X.509 certificate
56 * GeneralName::= CHOICE {
91 public class GeneralName {
125 // the ASN.1 encoded form of GeneralName
127 // the ASN.1 encoded form of GeneralName's field
131 * Makes the GeneralName object from the tag type and corresponding
137 * If GeneralName structure is used as a part of Name Constraints
143 * To make the GeneralName object with such names use another constructor.
148 public GeneralName(int tag, String name) throws IOException {
192 public GeneralName(OtherName name)
    [all...]

Completed in 485 milliseconds