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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 14 public class NameConstraints
19 public NameConstraints(ASN1Sequence seq)
48 public NameConstraints(
85 * NameConstraints ::= SEQUENCE { permittedSubtrees [0] GeneralSubtrees
X509Extensions.java 109 public static final ASN1ObjectIdentifier NameConstraints = new ASN1ObjectIdentifier("2.5.29.30");
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 45 * NameConstraints ::= SEQUENCE {
56 public final class NameConstraints extends ExtensionValue {
61 /** the ASN.1 encoded form of NameConstraints */
70 public NameConstraints(GeneralSubtrees permittedSubtrees,
88 private NameConstraints(GeneralSubtrees permittedSubtrees,
94 public static NameConstraints decode(byte[] encoding) throws IOException {
95 return (NameConstraints) ASN1.decode(encoding);
151 * Apply the name restrictions specified by this NameConstraints
163 * these NameConstraints restrictions
194 * NameConstraints object
    [all...]

Completed in 40 milliseconds