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

  /libcore/luni/src/main/java/java/security/cert/
CertPathValidatorException.java 26 * A {@code CertPathValidatorException} may optionally include the certification
30 public class CertPathValidatorException extends GeneralSecurityException {
45 * Creates a new {@code CertPathValidatorException} with the specified
64 public CertPathValidatorException(String msg, Throwable cause,
79 * Creates a new {@code CertPathValidatorException} with the specified
87 public CertPathValidatorException(String msg, Throwable cause) {
92 * Creates a new {@code CertPathValidatorException} with the specified
98 public CertPathValidatorException(Throwable cause) {
103 * Creates a new {@code CertPathValidatorException} with the specified
109 public CertPathValidatorException(String msg)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 28 import java.security.cert.CertPathValidatorException;
37 * Tests for <code>CertPathValidatorException</code> class constructors and
51 * Test for <code>CertPathValidatorException()</code> constructor
52 * Assertion: constructs CertPathValidatorException with no detail message
55 CertPathValidatorException tE = new CertPathValidatorException();
61 * Test for <code>CertPathValidatorException(String)</code> constructor
62 * Assertion: constructs CertPathValidatorException with detail message msg.
66 CertPathValidatorException tE;
68 tE = new CertPathValidatorException(msgs[i])
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 24 import java.security.cert.CertPathValidatorException;
35 * Tests for <code>CertPathValidatorException</code> class constructors and
60 * Test for <code>CertPathValidatorException()</code> constructor
61 * Assertion: constructs CertPathValidatorException with no detail message
64 CertPathValidatorException tE = new CertPathValidatorException();
70 * Test for <code>CertPathValidatorException(String)</code> constructor
71 * Assertion: constructs CertPathValidatorException with detail message msg.
75 CertPathValidatorException tE;
77 tE = new CertPathValidatorException(msgs[i])
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
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 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 233 milliseconds