/frameworks/base/core/java/android/util/apk/ |
ApkSignatureSchemeV2Verifier.java | 364 X509Certificate certificate; local 366 certificate = (X509Certificate) 369 throw new SecurityException("Failed to decode certificate #" + certificateCount, e); 371 certificate = new VerbatimX509Certificate(certificate, encodedCert); 372 certs.add(certificate); 382 "Public key mismatch between certificate and signature record"); [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
WifiConfigurationHelper.java | 114 * @param caCert The CA certificate or null 115 * @param clientCert The client certificate or null
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
PasspointManagerTest.java | 594 * Verify that adding a provider with an invalid CA certificate will fail. 609 * Verify that adding a provider with R2 configuration will not perform CA certificate [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 29 import java.security.cert.Certificate; 85 Certificate [] certs = juc.getCertificates();
|
OldURLClassLoaderTest.java | 29 import java.security.cert.Certificate; 156 CodeSource codeSource = new CodeSource(url, new Certificate[0]);
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
AuthorityKeyIdentifierExtension.java | 38 * identifying the particular public key used to sign a certificate. 61 * get, set, delete methods of Certificate, x509 type.
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
HostAuthTests.java | 176 // user certificate. 185 fail("Shouldn't be able to set a client certificate on an unsecure connection");
|
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsDialogBuilder.java | 282 for (X509Certificate certificate : certificates) { 283 SslCertificate sslCert = new SslCertificate(certificate);
|
/system/update_engine/ |
libcurl_http_fetcher.h | 261 // The ServerToCheck used when checking this connection's certificate. If no 262 // certificate check needs to be performed, this should be set to
|
/external/boringssl/src/ssl/ |
ssl_test.cc | [all...] |
/external/google-breakpad/src/third_party/curl/ |
curl.h | 368 CURLE_PEER_FAILED_VERIFICATION, /* 51 - peer's certificate or fingerprint 377 CURLE_SSL_CERTPROBLEM, /* 58 - problem with the local certificate */ 752 /* name of the file keeping your private SSL-certificate */ [all...] |
/external/openssh/ |
ssh-keygen.c | 98 /* Flag indicating that we want to show the contents of a certificate */ 124 /* Certificate serial number */ 140 /* Certificate options */ [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
PackageSignatureTest.java | 152 * DER encoded certificate file.
|
/development/testrunner/ |
android_mk.py | 37 CERTIFICATE = "LOCAL_CERTIFICATE"
|
/device/linaro/bootloader/arm-trusted-firmware/ |
Makefile | 286 # Variables for use with Certificate Generation Tool 481 # $(5) = Create key certificate (false if empty) 505 # $(4) = Create key certificate (false if empty) 643 @echo " certtool Build the Certificate generation tool"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_imaplib.py | 229 raise support.TestFailed("Can't read certificate files!")
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
CryptPkcs7Sign.c | 34 @param[in] SignCert Pointer to signer's DER-encoded certificate to sign with.
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
DxeImageVerificationLib.h | 84 // PKCS7 Certificate definition
|
/external/Microsoft-GSL/ |
.travis.yml | 97 mkdir -p cmake && travis_retry wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
|
/external/antlr/antlr-3.4/runtime/Python/ |
README | 88 have to sign the "Developer's Certificate of Origin", which can be found on
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_TestProvider.java | 115 // Certificate
|
/external/boringssl/src/crypto/pkcs7/ |
pkcs7.c | 35 /* pkcs7_parse_header reads the non-certificate/non-CRL prefix of a PKCS#7
|
/external/boringssl/src/crypto/x509/ |
t_crl.c | 89 BIO_printf(out, "Certificate Revocation List (CRL):\n");
|
x509_lu.c | 613 * Try to get issuer certificate from store. Due to limitations of the API 614 * this can only retrieve a single certificate matching a given subject name. 617 * successful. 0 certificate not found. -1 some other error. 628 /* If certificate matches all OK */
|
x_req.c | 65 * Some broken certificate requests don't encode the attributes field if it
|