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

  /libcore/luni/src/main/java/java/security/cert/
CertStoreException.java 25 public class CertStoreException extends GeneralSecurityException {
30 * Creates a new {@code CertStoreException} with the specified message and
38 public CertStoreException(String msg, Throwable cause) {
43 * Creates a new {@code CertStoreException} with the specified cause.
48 public CertStoreException(Throwable cause) {
53 * Creates a new {@code CertStoreException} with the specified message.
58 public CertStoreException(String msg) {
63 * Creates a new {@code CertStoreException}.
65 public CertStoreException() {
  /libcore/luni/src/test/java/tests/security/cert/
CertStore2Test.java 14 import java.security.cert.CertStoreException;
218 } catch (CertStoreException e) {
226 } catch (CertStoreException e) {
232 fail("expected CertStoreException");
233 } catch (CertStoreException e) {
253 } catch (CertStoreException e) {
261 } catch (CertStoreException e) {
267 fail("expected CertStoreException");
268 } catch (CertStoreException e) {
355 throws CertStoreException {
    [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 1261 milliseconds