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

  /libcore/luni/src/main/java/javax/security/cert/
CertificateException.java 30 public class CertificateException extends Exception {
38 * Creates a new {@code CertificateException} with the specified message.
43 public CertificateException(String msg) {
48 * Creates a new {@code CertificateException}.
50 public CertificateException() {
  /libcore/luni/src/main/java/java/security/cert/
CertificateException.java 25 public class CertificateException extends GeneralSecurityException {
30 * Creates a new {@code CertificateException} with the specified message.
35 public CertificateException(String msg) {
40 * Creates a new {@code CertificateException}.
42 public CertificateException() {
46 * Creates a new {@code CertificateException} with the specified message and
54 public CertificateException(String message, Throwable cause) {
59 * Creates a new {@code CertificateException} with the specified cause.
64 public CertificateException(Throwable cause) {
  /libcore/luni/src/test/java/tests/security/cert/
CertificateException2Test.java 25 import java.security.cert.CertificateException;
27 @TestTargetClass(CertificateException.class)
31 * @tests java.security.cert.CertificateException#CertificateException()
36 method = "CertificateException",
40 // Test for method java.security.cert.CertificateException()
43 throw new CertificateException();
45 fail("Should have thrown CertificateException");
46 } catch (CertificateException e) {
48 "java.security.cert.CertificateException", e.toString())
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509TrustManagerImpl.java 5 import java.security.cert.CertificateException;
10 throws CertificateException {
19 throw new CertificateException();
25 throws CertificateException {
34 throw new CertificateException();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java 18 import java.security.cert.CertificateException;
147 throws IOException, NoSuchAlgorithmException, CertificateException {
157 throw new CertificateException();
163 NoSuchAlgorithmException, CertificateException {
182 throw new CertificateException();
228 throws IOException, NoSuchAlgorithmException, CertificateException {
236 throw new CertificateException();
242 NoSuchAlgorithmException, CertificateException {
253 throw new CertificateException();
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 32 milliseconds