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 22 * The GeneralName object.
24 * GeneralName ::= CHOICE {
46 public class GeneralName
63 public GeneralName(
70 public GeneralName(
78 * @deprecated this constructor seems the wrong way round! Use GeneralName(tag, name).
80 public GeneralName(
114 public GeneralName(
123 * Create a GeneralName for the given tag from the passed in String.
145 public GeneralName(
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 49 * with the GeneralName structure which is a part of X.509 certificate
57 * GeneralName::= CHOICE {
96 public final class GeneralName {
130 /** the ASN.1 encoded form of GeneralName */
132 /** the ASN.1 encoded form of GeneralName's field */
136 * Makes the GeneralName object from the tag type and corresponding
142 * If GeneralName structure is used as a part of Name Constraints
148 * To make the GeneralName object with such names use another constructor.
152 public GeneralName(int tag, String name) throws IOException {
192 public GeneralName(OtherName name)
    [all...]

Completed in 475 milliseconds