/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
ExtendedPKIXParameters.java | 8 import java.security.cert.CertStore; 197 * Sets the Java CertStore to this extended PKIX parameters. 200 * a <code>CertStore</code>. 209 addCertStore((CertStore)it.next());
|
CertPathReviewerMessages.properties | 330 CertPathReviewer.localValidCRL.text = Found a valid CRL in local certstore. Issued on {0,date}, next update {1,date}. 331 CertPathReviewer.localValidCRL.summary = Found a valid CRL in local certstore. Issued on {0,date}, next update {1,date}. 332 CertPathReviewer.localValidCRL.details = Found a valid CRL in local certstore. Issued on {0,date}, next update {1,date}. 339 CertPathReviewer.localInvalidCRL.text = Did not use a matching CRL in a local certstore, because it is outdated. Issued on {0,date}, next update {1,date}. 340 CertPathReviewer.localInvalidCRL.summary = Did not use a matching CRL in a local certstore, because it is outdated. Issued on {0,date}, next update {1,date}. 341 CertPathReviewer.localInvalidCRL.details = Did not use a matching CRL in a local certstore, because it is outdated. Issued on {0,date}, next update {1,date}. 439 CertPathReviewer.crlExtractionError.text = CRL checking failed: Cannot extract CRL from CertStore. There was a {2}. 440 CertPathReviewer.crlExtractionError.summary = CRL checking failed: Cannot extract CRL from CertStore. There was a {2}. 441 CertPathReviewer.crlExtractionError.details = CRL checking failed: Cannot extract CRL from CertStore. There was a {2}. Cause: {0}. [all...] |
/libcore/luni/src/main/java/java/security/cert/ |
LDAPCertStoreParameters.java | 21 * The parameters to initialize a LDAP {@code CertStore} instance.
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXParameters_ImplTest.java | 29 import java.security.cert.CertStore; 258 p[1].addCertStore(CertStore.getInstance("Collection",
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 33 import java.security.cert.CertStore; 180 CertStore cs = CertStore.getInstance("Collection",
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
KeyManagerFactory1Test.java | 349 assertTrue("Not CertStore object", keyMF instanceof KeyManagerFactory); 361 assertTrue("Not CertStore object", keyMF instanceof KeyManagerFactory);
|
TrustManagerFactory1Test.java | 353 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory); 360 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory);
|
SSLContext1Test.java | 390 assertTrue("Not CertStore object", sslContext instanceof SSLContext); 407 assertTrue("Not CertStore object", sslContext instanceof SSLContext);
|
/external/chromium/chrome/browser/ssl/ |
ssl_blocking_page.cc | 103 int cert_id = CertStore::GetInstance()->StoreCert(
|
ssl_error_info.cc | 266 bool r = CertStore::GetInstance()->RetrieveCert(cert_id, &cert);
|
/libcore/support/src/test/java/libcore/java/security/ |
StandardNames.java | 122 provide("CertStore", "Collection"); 123 provide("CertStore", "LDAP"); 232 provide("CertStore", "com.sun.security.IndexedCollection"); 399 unprovide("CertStore", "LDAP"); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXParametersTest.java | 31 import java.security.cert.CertStore; 591 * <code>java.security.cert.CertStore</code> 614 * Test #1 for <code>addCertStore(CertStore)</code> method<br> 615 * Assertion: adds a <code>CertStore</code> to the end of the 627 p.addCertStore(CertStore.getInstance("Collection", 633 * Test #2 for <code>addCertStore(CertStore)</code> method<br> [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
TrustManagerFactory1Test.java | 104 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory); 111 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory);
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 62 * The test needs certstore file placed in system classpath 71 * This certstore file should contain self-signed certificate 74 * The password to the certstore should be "password" (without quotes). [all...] |
/external/chromium/chrome/browser/ |
page_info_model.cc | 56 CertStore::GetInstance()->RetrieveCert(ssl.cert_id(), &cert) &&
|
/external/chromium/chrome/browser/ui/views/ |
page_info_bubble_view.cc | 103 CertStore::GetInstance()->RetrieveCert(cert_id_, &cert);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 56 * certstore file placed in system classpath and named as "key_store." + the 61 * This certstore file should contain self-signed certificate generated by 63 * The password to the certstore should be "password" (without quotes). [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.mm | 384 CertStore::GetInstance()->RetrieveCert(certID_, &cert);
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | [all...] |
/libcore/luni/src/main/java/java/security/ |
Provider.java | [all...] |
/external/bouncycastle/patches/ |
android.patch | [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
java5.php | 215 'CRL', 'CRLException', 'CRLSelector', 'CertPath', 'CertPath.CertPathRep', 'CertPathBuilder', 'CertPathBuilderException', 'CertPathBuilderResult', 'CertPathBuilderSpi', 'CertPathParameters', 'CertPathValidator', 'CertPathValidatorException', 'CertPathValidatorResult', 'CertPathValidatorSpi', 'CertSelector', 'CertStore', 'CertStoreException', 'CertStoreParameters', 'CertStoreSpi', 'Certificate.CertificateRep', 'CertificateFactory', 'CertificateFactorySpi', 'CollectionCertStoreParameters', 'LDAPCertStoreParameters', 'PKIXBuilderParameters', 'PKIXCertPathBuilderResult', 'PKIXCertPathChecker', 'PKIXCertPathValidatorResult', 'PKIXParameters', 'PolicyNode', 'PolicyQualifierInfo', 'TrustAnchor', 'X509CRL', 'X509CRLEntry', 'X509CRLSelector', 'X509CertSelector', 'X509Extension' [all...] |
/frameworks/base/docs/html/ |
sitemap.txt | [all...] |