/aosp_15_r20/external/rust/crates/openssl/src/x509/ |
D | tests.rs | 46 let cert = include_bytes!("../../test/cert.pem"); in test_cert_loading() localVariable 47 let cert = X509::from_pem(cert).unwrap(); in test_cert_loading() localVariable 58 let cert = include_bytes!("../../test/cert.pem"); in test_debug() localVariable 59 let cert = X509::from_pem(cert).unwrap(); in test_debug() localVariable 74 let cert = include_bytes!("../../test/cert.pem"); in test_cert_issue_validity() localVariable 75 let cert = X509::from_pem(cert).unwrap(); in test_cert_issue_validity() localVariable 85 let cert = include_bytes!("../../test/cert.pem"); in test_save_der() localVariable 86 let cert = X509::from_pem(cert).unwrap(); in test_save_der() localVariable 94 let cert = include_bytes!("../../test/cert.pem"); in test_subject_read_cn() localVariable 95 let cert = X509::from_pem(cert).unwrap(); in test_subject_read_cn() localVariable [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | parsed_certificate_unittest.cc | 42 std::shared_ptr<const ParsedCertificate> cert = ParsedCertificate::Create( in ParseCertificateFromFile() local 73 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 89 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 153 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 167 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 225 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 243 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 260 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 279 std::shared_ptr<const ParsedCertificate> cert = in TEST() local 289 std::shared_ptr<const ParsedCertificate> cert = in TEST() local [all …]
|
H A D | verify_certificate_chain.cc | 27 const ParsedCertificate &cert) { in IsHandledCriticalExtension() 86 void VerifyNoUnconsumedCriticalExtensions(const ParsedCertificate &cert, in VerifyNoUnconsumedCriticalExtensions() 113 [[nodiscard]] bool IsSelfIssued(const ParsedCertificate &cert) { in IsSelfIssued() 124 void VerifyTimeValidity(const ParsedCertificate &cert, in VerifyTimeValidity() 155 bool VerifySignatureAlgorithmsMatch(const ParsedCertificate &cert, in VerifySignatureAlgorithmsMatch() 196 void VerifyExtendedKeyUsage(const ParsedCertificate &cert, in VerifyExtendedKeyUsage() 789 void PathVerifier::VerifyPolicies(const ParsedCertificate &cert, in VerifyPolicies() 879 void PathVerifier::VerifyPolicyMappings(const ParsedCertificate &cert, in VerifyPolicyMappings() 957 void PathVerifier::ApplyPolicyConstraints(const ParsedCertificate &cert) { in ApplyPolicyConstraints() 994 const ParsedCertificate &cert, bool is_target_cert, in BasicCertificateProcessing() [all …]
|
H A D | trust_store_in_memory.cc | 17 std::shared_ptr<const ParsedCertificate> cert) { in AddTrustAnchor() 22 std::shared_ptr<const ParsedCertificate> cert) { in AddTrustAnchorWithExpiration() 28 std::shared_ptr<const ParsedCertificate> cert) { in AddTrustAnchorWithConstraints() 35 std::shared_ptr<const ParsedCertificate> cert) { in AddDistrustedCertificateForTest() 44 std::shared_ptr<const ParsedCertificate> cert) { in AddCertificateWithUnspecifiedTrust() 48 void TrustStoreInMemory::SyncGetIssuersOf(const ParsedCertificate *cert, in SyncGetIssuersOf() 57 CertificateTrust TrustStoreInMemory::GetTrust(const ParsedCertificate *cert) { in GetTrust() 77 std::shared_ptr<const ParsedCertificate> cert, in AddCertificate()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
H A D | RFC3280CertPathUtilities.java | 104 Object cert, in processCRLB2() 287 Object cert, in processCRLB1() 448 Object cert, in processCRLF() 761 Object cert, in processCRLI() 775 Object cert, in processCRLJ() 794 X509Certificate cert = (X509Certificate)certs.get(index); in prepareCertB() local 978 X509Certificate cert = (X509Certificate)certs.get(index); in prepareNextCertA() local 1054 X509Certificate cert = (X509Certificate)certs.get(index); in processCertE() local 1084 X509Certificate cert = (X509Certificate)certs.get(index); in processCertBC() local 1191 X509Certificate cert = (X509Certificate)certs.get(index); in processCertD() local [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
H A D | RFC3280CertPathUtilities.java | 104 Object cert, in processCRLB2() 287 Object cert, in processCRLB1() 448 Object cert, in processCRLF() 761 Object cert, in processCRLI() 775 Object cert, in processCRLJ() 794 X509Certificate cert = (X509Certificate)certs.get(index); in prepareCertB() local 978 X509Certificate cert = (X509Certificate)certs.get(index); in prepareNextCertA() local 1054 X509Certificate cert = (X509Certificate)certs.get(index); in processCertE() local 1084 X509Certificate cert = (X509Certificate)certs.get(index); in processCertBC() local 1191 X509Certificate cert = (X509Certificate)certs.get(index); in processCertD() local [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | RFC3280CertPathUtilities.java | 103 Object cert, in processCRLB2() 286 Object cert, in processCRLB1() 447 Object cert, in processCRLF() 760 Object cert, in processCRLI() 774 Object cert, in processCRLJ() 793 X509Certificate cert = (X509Certificate)certs.get(index); in prepareCertB() local 977 X509Certificate cert = (X509Certificate)certs.get(index); in prepareNextCertA() local 1053 X509Certificate cert = (X509Certificate)certs.get(index); in processCertE() local 1083 X509Certificate cert = (X509Certificate)certs.get(index); in processCertBC() local 1190 X509Certificate cert = (X509Certificate)certs.get(index); in processCertD() local [all …]
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | cert_issuer_source_aia_unittest.cc | 63 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 77 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 94 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 116 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 128 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 160 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 192 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 224 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 269 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local 293 std::shared_ptr<const bssl::ParsedCertificate> cert; in TEST() local [all …]
|
H A D | trust_store_mac.cc | 205 const bssl::ParsedCertificate* cert, in IsCertificateTrustedForPolicyInDomain() 230 TrustStatus IsCertificateTrustedForPolicy(const bssl::ParsedCertificate* cert, in IsCertificateTrustedForPolicy() 265 TrustStatus IsCertificateTrustedForPolicy(const bssl::ParsedCertificate* cert, in IsCertificateTrustedForPolicy() 282 bool IsNotAcceptableIntermediate(const bssl::ParsedCertificate* cert, in IsNotAcceptableIntermediate() 344 SecCertificateRef cert = reinterpret_cast<SecCertificateRef>( in Initialize() local 374 TrustStatus IsCertTrusted(const bssl::ParsedCertificate* cert, in IsCertTrusted() 572 virtual void SyncGetIssuersOf(const bssl::ParsedCertificate* cert, in SyncGetIssuersOf() 603 TrustStatus IsCertTrusted(const bssl::ParsedCertificate* cert) override { in IsCertTrusted() 624 void SyncGetIssuersOf(const bssl::ParsedCertificate* cert, in SyncGetIssuersOf() 816 TrustStatus IsCertTrusted(const bssl::ParsedCertificate* cert) override { in IsCertTrusted() [all …]
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | nss_cert_database.cc | 81 bool IsUntrustedUsingTrustStore(const CERTCertificate* cert, in IsUntrustedUsingTrustStore() 108 ScopedCERTCertificate cert, in ImportCertFailure() 171 bool NSSCertDatabase::IsCertificateOnSlot(CERTCertificate* cert, in IsCertificateOnSlot() 214 bool NSSCertDatabase::SetCertTrust(CERTCertificate* cert, in SetCertTrust() 290 int NSSCertDatabase::ImportUserCert(CERTCertificate* cert) { in ImportUserCert() 329 const CERTCertificate* cert, in GetCertTrust() 375 bool NSSCertDatabase::DeleteCertAndKey(CERTCertificate* cert) { in DeleteCertAndKey() 393 void NSSCertDatabase::DeleteCertAndKeyAsync(ScopedCERTCertificate cert, in DeleteCertAndKeyAsync() 405 bool NSSCertDatabase::IsUntrusted(const CERTCertificate* cert) { in IsUntrusted() 458 bool NSSCertDatabase::IsWebTrustAnchor(const CERTCertificate* cert) { in IsWebTrustAnchor() [all …]
|
H A D | x509_util_nss.cc | 180 const X509Certificate* cert) { in CreateCERTCertificateFromX509Certificate() 186 const X509Certificate* cert) { in CreateCERTCertificateListFromX509Certificate() 192 const X509Certificate* cert, in CreateCERTCertificateListFromX509Certificate() 222 for (const scoped_refptr<X509Certificate>& cert : certs) { in CreateCERTCertificateListFromBytes() local 232 ScopedCERTCertificate DupCERTCertificate(CERTCertificate* cert) { in DupCERTCertificate() 240 for (const ScopedCERTCertificate& cert : certs) in DupCERTCertificateList() local 276 CERTCertificate* cert) { in CreateX509CertificateFromCERTCertificate() 285 for (const ScopedCERTCertificate& cert : certs) { in CreateX509CertificateListFromCERTCertificates() local 295 bool GetDEREncoded(CERTCertificate* cert, std::string* der_encoded) { in GetDEREncoded() 303 bool GetPEMEncoded(CERTCertificate* cert, std::string* pem_encoded) { in GetPEMEncoded() [all …]
|
H A D | x509_util_unittest.cc | 36 scoped_refptr<X509Certificate> cert( in TEST() local 145 scoped_refptr<X509Certificate> cert = in TEST() local 218 scoped_refptr<X509Certificate> cert = in TEST() local 326 scoped_refptr<X509Certificate> cert = in TEST() local 442 scoped_refptr<X509Certificate> cert = in TEST() local 553 scoped_refptr<X509Certificate> cert = in TEST() local 653 scoped_refptr<X509Certificate> cert = in TEST() local 725 const char* cert; in TEST() member 771 scoped_refptr<X509Certificate> cert = in TEST() local
|
H A D | x509_certificate_unittest.cc | 291 scoped_refptr<X509Certificate> cert = in TEST() local 303 scoped_refptr<X509Certificate> cert = in TEST() local 321 scoped_refptr<X509Certificate> cert = in TEST() local 336 scoped_refptr<X509Certificate> cert = in TEST() local 355 scoped_refptr<X509Certificate> cert = in TEST() local 383 scoped_refptr<X509Certificate> cert = in TEST() local 398 scoped_refptr<X509Certificate> cert = in TEST() local 416 scoped_refptr<X509Certificate> cert = in TEST() local 431 scoped_refptr<X509Certificate> cert = in TEST() local 574 scoped_refptr<X509Certificate> cert = in TEST() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/tls/ |
H A D | x509v3.c | 45 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free() 67 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free() 217 struct x509_certificate *cert, in x509_parse_public_key() 687 struct x509_certificate *cert, const u8 **next) in x509_parse_validity() 765 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage() 798 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints() 1049 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name() 1073 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name() 1146 static int x509_parse_ext_certificate_policies(struct x509_certificate *cert, in x509_parse_ext_certificate_policies() 1270 static int x509_parse_ext_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_ext_key_usage() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/tests/ |
D | pkix_extensions.rs | 212 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 540 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 755 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 762 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 769 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 776 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 783 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 790 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 797 let cert: Certificate = result.unwrap(); in decode_cert() localVariable 805 let cert: Certificate = result.unwrap(); in decode_cert() localVariable [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | make_ssl_certs.py | 228 cert, key = make_cert_key('localhost', ext='req_x509_extensions_simple') variable 246 cert, key = make_cert_key('fakehostname', ext='req_x509_extensions_simple') variable 251 cert, key = make_cert_key('localhost', sign=True) variable 256 cert, key = make_cert_key('fakehostname', sign=True) variable 261 cert, key = make_cert_key( variable 282 cert, key = make_cert_key('allsans', sign=True, extra_san='\n'.join(extra_san)) variable 299 cert, key = make_cert_key('idnsans', sign=True, extra_san='\n'.join(extra_san)) variable 304 cert, key = make_cert_key('nosan', sign=True, ext='req_x509_extensions_nosan') variable
|
/aosp_15_r20/packages/modules/adb/client/pairing/tests/ |
D | pairing_connection_test.cpp | 80 std::vector<uint8_t> cert; in initPairing() local 100 std::vector<uint8_t> cert; in createServer() local 113 std::vector<uint8_t> cert; in createClient() local 195 void* opaque) { in TEST_F() 220 void* opaque) { in TEST_F() 280 auto client_callback = [&](const PeerInfo* peer_info, const std::vector<uint8_t>* cert, in TEST_F() 281 void* opaque) { in TEST_F() 334 auto callback = [&](const PeerInfo* peer_info, const std::vector<uint8_t>* cert, in TEST_F() 335 void* opaque) { in TEST_F() 374 void* opaque) { in TEST_F() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
H A D | X509CertImpl.java | 96 java.security.cert.X509Certificate cert, in verify() 319 java.security.cert.X509Certificate cert) in getExtendedKeyUsage() 344 java.security.cert.X509Certificate cert) in getSubjectAlternativeNames() 355 java.security.cert.X509Certificate cert) in getIssuerAlternativeNames() 376 java.security.cert.X509Certificate cert, boolean getIssuer) throws java.lang.Exception { in getX500Principal() 381 java.security.cert.X509Certificate cert) { in getSubjectX500Principal() 386 java.security.cert.X509Certificate cert) { in getIssuerX500Principal() 390 public static byte[] getEncodedInternal(java.security.cert.Certificate cert) in getEncodedInternal() 395 public static sun.security.x509.X509CertImpl toImpl(java.security.cert.X509Certificate cert) in toImpl() 400 public static boolean isSelfIssued(java.security.cert.X509Certificate cert) { in isSelfIssued() [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyStore2Test.java | 140 X509Certificate cert[] = new X509Certificate[2]; in creatCertificate() local 169 X509Certificate cert[] = new X509Certificate[2]; in test_aliases() local 214 X509Certificate cert[] = new X509Certificate[2]; in test_containsAliasLjava_lang_String() local 251 X509Certificate cert[] = new X509Certificate[2]; in test_getCertificateLjava_lang_String() local 291 X509Certificate cert[] = new X509Certificate[2]; in test_getCertificateAliasLjava_security_cert_Certificate() local 324 X509Certificate cert[] = new X509Certificate[2]; in test_getCertificateChainLjava_lang_String() local 382 X509Certificate cert[] = new X509Certificate[2]; in test_getKeyLjava_lang_String$C() local 415 X509Certificate cert[] = new X509Certificate[2]; in test_isCertificateEntryLjava_lang_String() local 446 X509Certificate cert[] = new X509Certificate[2]; in test_isKeyEntryLjava_lang_String() local 513 X509Certificate cert = (X509Certificate) cf.generateCertificate(certArray); in test_setCertificateEntryLjava_lang_StringLjava_security_cert_Certificate() local [all …]
|
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/ |
H A D | verify_using_path_builder.cc | 33 bool AddPemEncodedCert(const bssl::ParsedCertificate* cert, in AddPemEncodedCert() 49 for (const auto& cert : path.certs) { in DumpParsedCertificateChain() local 58 std::string FingerPrintParsedCertificate(const bssl::ParsedCertificate* cert) { in FingerPrintParsedCertificate() 72 std::string SubjectFromParsedCertificate(const bssl::ParsedCertificate* cert) { in SubjectFromParsedCertificate() 89 for (const auto& cert : result_path->certs) { in PrintResultPath() local 121 std::shared_ptr<const bssl::ParsedCertificate> cert = in ParseCertificate() local 153 std::shared_ptr<const bssl::ParsedCertificate> cert = in VerifyUsingPathBuilder() local 166 std::shared_ptr<const bssl::ParsedCertificate> cert = in VerifyUsingPathBuilder() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | pkcs7.rs | 358 let cert = include_bytes!("../test/certs.pem"); in encrypt_decrypt_test() localVariable 359 let cert = X509::from_pem(cert).unwrap(); in encrypt_decrypt_test() localVariable 390 let cert = include_bytes!("../test/cert.pem"); in sign_verify_test_detached() localVariable 391 let cert = X509::from_pem(cert).unwrap(); in sign_verify_test_detached() localVariable 438 let cert = include_bytes!("../test/cert.pem"); in sign_verify_test_normal() localVariable 439 let cert = X509::from_pem(cert).unwrap(); in sign_verify_test_normal() localVariable 480 let cert = include_bytes!("../test/cert.pem"); in signers() localVariable 481 let cert = X509::from_pem(cert).unwrap(); in signers() localVariable 527 let cert = include_bytes!("../test/cert.pem"); in signed_data_certificates() localVariable 528 let cert = X509::from_pem(cert).unwrap(); in signed_data_certificates() localVariable [all …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 203 static bool ssl_cert_set_chain(CERT *cert, STACK_OF(X509) *chain) { in ssl_cert_set_chain() 238 static void ssl_crypto_x509_cert_flush_cached_leaf(CERT *cert) { in ssl_crypto_x509_cert_flush_cached_leaf() 243 static void ssl_crypto_x509_cert_flush_cached_chain(CERT *cert) { in ssl_crypto_x509_cert_flush_cached_chain() 263 static void ssl_crypto_x509_cert_clear(CERT *cert) { in ssl_crypto_x509_cert_clear() 271 static void ssl_crypto_x509_cert_free(CERT *cert) { in ssl_crypto_x509_cert_free() 276 static void ssl_crypto_x509_cert_dup(CERT *new_cert, const CERT *cert) { in ssl_crypto_x509_cert_dup() 734 static int ssl_use_certificate(CERT *cert, X509 *x) { in ssl_use_certificate() 763 static int ssl_cert_cache_leaf_cert(CERT *cert) { in ssl_cert_cache_leaf_cert() 780 static X509 *ssl_cert_get0_leaf(CERT *cert) { in ssl_cert_get0_leaf() 804 static int ssl_cert_set0_chain(CERT *cert, STACK_OF(X509) *chain) { in ssl_cert_set0_chain() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 203 static bool ssl_cert_set_chain(CERT *cert, STACK_OF(X509) *chain) { in ssl_cert_set_chain() 238 static void ssl_crypto_x509_cert_flush_cached_leaf(CERT *cert) { in ssl_crypto_x509_cert_flush_cached_leaf() 243 static void ssl_crypto_x509_cert_flush_cached_chain(CERT *cert) { in ssl_crypto_x509_cert_flush_cached_chain() 263 static void ssl_crypto_x509_cert_clear(CERT *cert) { in ssl_crypto_x509_cert_clear() 271 static void ssl_crypto_x509_cert_free(CERT *cert) { in ssl_crypto_x509_cert_free() 276 static void ssl_crypto_x509_cert_dup(CERT *new_cert, const CERT *cert) { in ssl_crypto_x509_cert_dup() 734 static int ssl_use_certificate(CERT *cert, X509 *x) { in ssl_use_certificate() 763 static int ssl_cert_cache_leaf_cert(CERT *cert) { in ssl_cert_cache_leaf_cert() 780 static X509 *ssl_cert_get0_leaf(CERT *cert) { in ssl_cert_get0_leaf() 804 static int ssl_cert_set0_chain(CERT *cert, STACK_OF(X509) *chain) { in ssl_cert_set0_chain() [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ |
H A D | TrustedCertificateStore.java | 190 X509Certificate cert = readCertificate(file); in getCertificate() local 242 private void writeCertificate(File file, X509Certificate cert) in writeCertificate() 364 public boolean isUserAddedCertificate(X509Certificate cert) { in isUserAddedCertificate() 500 private static boolean isSelfIssuedCertificate(OpenSSLX509Certificate cert) { in isSelfIssuedCertificate() 509 private static OpenSSLX509Certificate convertToOpenSSLIfNeeded(X509Certificate cert) in convertToOpenSSLIfNeeded() 542 OpenSSLX509Certificate cert = convertToOpenSSLIfNeeded(leaf); in getCertificateChain() local 561 public boolean match(X509Certificate cert); in match() 596 X509Certificate cert = readCertificate(file); in findCert() local 636 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() 681 X509Certificate cert = readCertificate(file); in deleteCertificateEntry() local
|
/aosp_15_r20/external/conscrypt/platform/src/main/java/org/conscrypt/ |
H A D | TrustedCertificateStore.java | 180 X509Certificate cert = readCertificate(file); in getCertificate() local 232 private void writeCertificate(File file, X509Certificate cert) in writeCertificate() 346 public boolean isUserAddedCertificate(X509Certificate cert) { in isUserAddedCertificate() 478 private static boolean isSelfIssuedCertificate(OpenSSLX509Certificate cert) { in isSelfIssuedCertificate() 487 private static OpenSSLX509Certificate convertToOpenSSLIfNeeded(X509Certificate cert) in convertToOpenSSLIfNeeded() 518 OpenSSLX509Certificate cert = convertToOpenSSLIfNeeded(leaf); in getCertificateChain() local 537 public boolean match(X509Certificate cert); in match() 574 X509Certificate cert = readCertificate(file); in findCert() local 613 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() 657 X509Certificate cert = readCertificate(file); in deleteCertificateEntry() local
|