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

  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 37 public class TrustAnchor {
50 * Creates a new {@code TrustAnchor} with the specified certificate and name
64 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) {
84 * Creates a new {@code TrustAnchor} with the specified certificate
102 public TrustAnchor(String caName, PublicKey caPublicKey,
132 * Creates a new {@code TrustAnchor} with the specified certificate
149 public TrustAnchor(X500Principal caPrincipal,
233 * Returns a string representation of this {@code TrustAnchor} instance.
235 * @return a string representation of this {@code TrustAnchor} instance.
238 StringBuilder sb = new StringBuilder("TrustAnchor: [\n")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 27 import java.security.cert.TrustAnchor;
40 * Unit tests for <code>TrustAnchor</code>
54 * Test #1 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
55 * Assertion: creates <code>TrustAnchor</code> instance<br>
66 new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding());
68 new TrustAnchor(validCaNameRfc2253, pk, getEncodingPSOnly());
70 new TrustAnchor(validCaNameRfc2253, pk, getEncodingESOnly());
72 new TrustAnchor(validCaNameRfc2253, pk, getEncodingNoMinMax());
76 * Test #2 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
77 * Assertion: creates <code>TrustAnchor</code> instance<br
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 27 import java.security.cert.TrustAnchor;
40 * Unit tests for <code>TrustAnchor</code>
54 * Test #1 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br>
55 * Assertion: creates <code>TrustAnchor</code> instance<br>
68 new TrustAnchor(
72 new TrustAnchor(
76 new TrustAnchor(
80 new TrustAnchor(
86 * Test #2 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br>
87 * Assertion: creates <code>TrustAnchor</code> instance<br
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 35 import java.security.cert.TrustAnchor;
43 * Unit tests for <code>TrustAnchor</code>
57 * Test #1 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
58 * Assertion: creates <code>TrustAnchor</code> instance<br>
69 new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding());
71 new TrustAnchor(validCaNameRfc2253, pk, getEncodingPSOnly());
73 new TrustAnchor(validCaNameRfc2253, pk, getEncodingESOnly());
75 new TrustAnchor(validCaNameRfc2253, pk, getEncodingNoMinMax());
79 * Test #2 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
80 * Assertion: creates <code>TrustAnchor</code> instance<br
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 164 milliseconds