Searched refs:nameConstraints (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DTrustAnchor_ImplTest.java88 * Test preconditions: <code>null</code> as nameConstraints passed<br>
106 * Assertion: nameConstraints cloned by the constructor<br>
107 * Test preconditions: modify passed nameConstraints<br>
120 // sub testcase 5 - nameConstraints can be null
154 * Assertion: <code>IllegalArgumentException</code> if nameConstraints
156 * Test preconditions: pass invalid nameConstraints encoding<br>
169 byte [] nameConstraints = getFullEncoding();
172 nameConstraints[2] = (byte)0x8d;
176 nameConstraints);
182 nameConstraints
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtension.java90 public static final ASN1ObjectIdentifier nameConstraints = new ASN1ObjectIdentifier("2.5.29.30"); field in class:Extension
H A DX509Extension.java89 public static final ASN1ObjectIdentifier nameConstraints = new ASN1ObjectIdentifier("2.5.29.30"); field in class:X509Extension
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CertFactoryPerfTest.java112 static NameConstraints nameConstraints; field in class:X509CertFactoryPerfTest
142 nameConstraints =
148 nameConstraints = new NameConstraints();
183 new Extension("2.5.29.30", true, nameConstraints),
H A DX509CertImplTest.java138 static NameConstraints nameConstraints; field in class:X509CertImplTest
168 nameConstraints =
174 nameConstraints = new NameConstraints();
206 new Extension("2.5.29.30", true, nameConstraints),
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java107 protected NameConstraints nameConstraints = null; field in class:X509CertSelectorTest.TestCert
116 public TestCert(NameConstraints nameConstraints) { argument
117 this.nameConstraints = nameConstraints;
431 if ("2.5.29.30".equals(oid) && (nameConstraints != null)) {
434 nameConstraints.getEncoded());

Completed in 126 milliseconds