HomeSort by relevance Sort by last modified time
    Searched refs:CertStoreTypeException (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIX.java 284 static class CertStoreTypeException extends CertStoreException {
289 CertStoreTypeException(String type, CertStoreException cse) {
URICertStore.java 374 throw new PKIX.CertStoreTypeException("LDAP", cse);
430 throw new PKIX.CertStoreTypeException("URI",
RevocationChecker.java 552 if (e instanceof CertStoreTypeException) {
553 CertStoreTypeException cste = (CertStoreTypeException)e;
    [all...]
DistributionPointFetcher.java 286 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse);
    [all...]

Completed in 528 milliseconds