/libcore/luni/src/test/java/tests/security/cert/ |
D | CertStoreExceptionTest.java | 27 import java.security.cert.CertStoreException; 47 CertStoreException tE = new CertStoreException(); in testCertStoreException01() 58 CertStoreException tE; in testCertStoreException02() 60 tE = new CertStoreException(msgs[i]); in testCertStoreException02() 73 CertStoreException tE = new CertStoreException(msg); in testCertStoreException03() 85 CertStoreException tE = new CertStoreException(cause); in testCertStoreException04() 96 CertStoreException tE = new CertStoreException(tCause); in testCertStoreException05() 114 CertStoreException tE = new CertStoreException(null, null); in testCertStoreException06() 125 CertStoreException tE; in testCertStoreException07() 127 tE = new CertStoreException(msgs[i], null); in testCertStoreException07() [all …]
|
D | CertStore2Test.java | 14 import java.security.cert.CertStoreException; 218 } catch (CertStoreException e) { in testGetCertificates() 226 } catch (CertStoreException e) { in testGetCertificates() 233 } catch (CertStoreException e) { in testGetCertificates() 253 } catch (CertStoreException e) { in testGetCRLs() 261 } catch (CertStoreException e) { in testGetCRLs() 268 } catch (CertStoreException e) { in testGetCRLs() 355 throws CertStoreException { in engineGetCRLs() 358 throw new CertStoreException(); in engineGetCRLs() 367 CertSelector selector) throws CertStoreException { in engineGetCertificates() [all …]
|
D | CertStoreSpiTest.java | 34 import java.security.cert.CertStoreException; 53 CertStoreException { in testCertStoreSpi01()
|
D | CertStore1Test.java | 37 import java.security.cert.CertStoreException; 154 public void testCertStore02() throws InvalidAlgorithmParameterException, CertStoreException { in testCertStore02() 168 } catch (CertStoreException e) { in testCertStore02() 380 public void testCertStore15() throws CertStoreException { in testCertStore15()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertStoreException.java | 51 public class CertStoreException extends GeneralSecurityException { class 59 public CertStoreException() { in CertStoreException() method in CertStoreException 70 public CertStoreException(String msg) { in CertStoreException() method in CertStoreException 86 public CertStoreException(Throwable cause) { in CertStoreException() method in CertStoreException 99 public CertStoreException(String msg, Throwable cause) { in CertStoreException() method in CertStoreException
|
D | CertStoreSpi.java | 96 (CertSelector selector) throws CertStoreException; in engineGetCertificates() 124 (CRLSelector selector) throws CertStoreException; in engineGetCRLs()
|
D | CertStore.java | 151 (CertSelector selector) throws CertStoreException { in getCertificates() 181 throws CertStoreException { in getCRLs()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | MyCertStoreSpi.java | 29 import java.security.cert.CertStoreException; 52 throws CertStoreException { in engineGetCertificates() 54 throw new CertStoreException("Parameter is null"); in engineGetCertificates() 60 throws CertStoreException { in engineGetCRLs() 62 throw new CertStoreException("Parameter is null"); in engineGetCRLs()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | URICertStore.java | 40 import java.security.cert.CertStoreException; 247 (CertSelector selector) throws CertStoreException { in engineGetCertificates() 256 throw new CertStoreException(ioe); in engineGetCertificates() 357 throws CertStoreException { in engineGetCRLs() 366 throw new CertStoreException(ioe); in engineGetCRLs() 373 } catch (CertStoreException cse) { in engineGetCRLs() 431 new CertStoreException(e)); in engineGetCRLs()
|
D | CertStoreHelper.java | 38 import java.security.cert.CertStoreException; 100 static boolean isCausedByNetworkIssue(String type, CertStoreException cse) { in isCausedByNetworkIssue() 147 public abstract boolean isCausedByNetworkIssue(CertStoreException e); in isCausedByNetworkIssue()
|
D | DistributionPointFetcher.java | 76 throws CertStoreException in getCRLs() 95 throws CertStoreException in getCRLs() 149 throws CertStoreException { in getCRLs() 178 CertStoreException savedCSE = null; in getCRLs() 194 } catch (CertStoreException cse) { in getCRLs() 228 private static X509CRL getCRL(URIName name) throws CertStoreException { in getCRL() 264 throws CertStoreException in getCRLs() 273 CertStoreException savedCSE = null; in getCRLs() 279 } catch (CertStoreException cse) { in getCRLs()
|
D | PKIX.java | 259 } catch (CertStoreException e) { in getTargetSubject() 277 static class CertStoreTypeException extends CertStoreException { 282 CertStoreTypeException(String type, CertStoreException cse) { in CertStoreTypeException()
|
D | Builder.java | 89 throws CertStoreException, CertificateException, IOException; in getMatchingCerts() 465 } catch (CertStoreException cse) { in addMatchingCerts()
|
D | ForwardBuilder.java | 36 import java.security.cert.CertStoreException; 111 throws CertStoreException, CertificateException, IOException in getMatchingCerts() 379 } catch (CertStoreException cse) { in getCerts()
|
D | RevocationChecker.java | 285 } catch (CertStoreException e) { 507 } catch (CertStoreException e) { 557 } catch (CertStoreException e) {
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | ProviderTest.java | 29 import java.security.cert.CertStoreException; 873 throws CertStoreException { in engineGetCertificates() 879 throws CertStoreException { in engineGetCRLs() 892 throws CertStoreException { in engineGetCertificates() 898 throws CertStoreException { in engineGetCRLs() 911 throws CertStoreException { in engineGetCertificates() 917 throws CertStoreException { in engineGetCRLs()
|
/libcore/api/ |
D | current.txt | 8840 …ity.cert.CRL> getCRLs(java.security.cert.CRLSelector) throws java.security.cert.CertStoreException; 8842 …ate> getCertificates(java.security.cert.CertSelector) throws java.security.cert.CertStoreException; 8851 public class CertStoreException extends java.security.GeneralSecurityException { 8852 ctor public CertStoreException(); 8853 ctor public CertStoreException(String); 8854 ctor public CertStoreException(Throwable); 8855 ctor public CertStoreException(String, Throwable); 8864 …rt.CRL> engineGetCRLs(java.security.cert.CRLSelector) throws java.security.cert.CertStoreException; 8865 …ngineGetCertificates(java.security.cert.CertSelector) throws java.security.cert.CertStoreException;
|
/libcore/ |
D | openjdk_java_files.bp | 588 "ojluni/src/main/java/java/security/cert/CertStoreException.java",
|
D | EXPECTED_UPSTREAM | 637 …a/java/security/cert/CertStoreException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/jav…
|