/libcore/luni/src/main/files/cacerts/ |
ff783690.0 | 1 -----BEGIN CERTIFICATE----- 26 -----END CERTIFICATE----- 27 Certificate: 63 Digital Signature, Non Repudiation, Certificate Sign, CRL Sign
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Extension.java | 23 * The interface specifying an X.509 Certificate or CRL extension.
|
CertPathValidator.java | 29 * (certificate chains) establishing a trust chain from a certificate to a trust
|
/libcore/luni/src/main/java/java/security/ |
security.properties | 62 # The following Android-only property controls peer certificate validation.
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
TBSCertList.java | 45 * Certificate and Certificate Revocation List (CRL) Profile. 114 * Returns the value of Certificate Issuer Extension, if it is 159 sb.append(prefix).append("Certificate Serial Number: ").append(userCertificate).append('\n');
|
/libcore/support/src/test/java/tests/resources/x509/ |
default.cnf | 91 certificate = $dir/cacert.pem # The CA certificate 102 cert_opt = ca_default # Certificate field options 143 req_extensions = v3_req # The extensions to add to a certificate request
|
/libcore/support/src/test/java/tests/support/ |
Support_ProviderTrust.java | 85 // Certificate
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
MailTransport.java | 198 * Verify the hostname of the certificate used by the other end of a 204 * so "foo.bar.example.com" is verified if the peer has a certificate 223 // we should be reporting the bad name in the certificate. Unfortunately this is buried 228 "Certificate hostname not useable for server: " + hostname);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
iketypes.h | 618 IKEEXT_CERTIFICATE_CREDENTIAL0 *certificate; member in union:IKEEXT_CREDENTIAL0_::__anon34900 653 FWP_BYTE_BLOB certificate; member in struct:IKEEXT_CERTIFICATE_CREDENTIAL1_ 661 IKEEXT_CERTIFICATE_CREDENTIAL1 *certificate; member in union:IKEEXT_CREDENTIAL1_::__anon34902 699 IKEEXT_CERTIFICATE_CREDENTIAL1 *certificate; member in union:IKEEXT_CREDENTIAL2_::__anon34904
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 280 setErrorMessage("Key certificate validity is required."); 284 setMessage("A 25 year certificate validity is recommended.", WARNING); 286 setErrorMessage("Key certificate validity must be between 1 and 1000 years."); 292 setErrorMessage("At least one Certificate issuer field is required to be non-empty.");
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyProtection.java | 28 import java.security.cert.Certificate; 52 * {@link Certificate#getPublicKey()}. 119 * Certificate[] certChain = ...; // Certificate chain with the first certificate 150 * Certificate[] certChain = ...; // Certificate chain with the first certificate 184 * Certificate[] certChain = ...; // Certificate chain with the first certificat [all...] |
/build/core/ |
package_internal.mk | 357 # an explicit certificate, use the default. 372 # If this is not an absolute certificate, assign it to a generic one. 377 certificate := $(LOCAL_CERTIFICATE).x509.pem macro 379 $(LOCAL_BUILT_MODULE): $(private_key) $(certificate) $(SIGNAPK_JAR) 381 $(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(certificate) 384 PACKAGES.$(LOCAL_PACKAGE_NAME).CERTIFICATE := $(certificate) 480 $(built_apk_splits): PRIVATE_CERTIFICATE := $(certificate)
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
SignatureTest.java | 71 * Class under test for void initVerify(Certificate) 293 private class MyCertificate extends java.security.cert.Certificate {
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXBuilderParameters_ImplTest.java | 93 * certificate types are ignored 138 * trusted certificate entry
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificateListTest.java | 67 private static String issuerName = "O=Certificate Issuer"; 88 // add the Certificate Issuer Extension to check if implementation
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Extension.java | 88 * Certificate Issuer 103 * Certificate Policies
|
X509Extension.java | 83 * Certificate Issuer 98 * Certificate Policies
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLX509CertPath.java | 23 import java.security.cert.Certificate; 88 public List<? extends Certificate> getCertificates() {
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
PinListEntry.java | 35 /** The Common Name (CN) as used on the SSL certificate */ 91 * expected pinned certificate, this will return {@code false} indicating
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Cache.java | 30 import java.security.cert.Certificate; 499 * is the length of the peer certificate chain. These certificates are 501 * contains the length of the local certificate chain. These 534 List<Certificate> peerCertificates = readCertificateList(source); 535 List<Certificate> localCertificates = readCertificateList(source); 597 private List<Certificate> readCertificateList(BufferedSource source) throws IOException { 603 List<Certificate> result = new ArrayList<>(length); 616 private void writeCertList(BufferedSink sink, List<Certificate> certificates)
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
DrmPlugin.h | 100 Vector<uint8_t>& certificate, 103 UNUSED(certificate);
|
/frameworks/base/docs/html/about/versions/ |
android-5.1.jd | 114 that use these functions must be signed by a certificate that matches the certificate in the
|
/frameworks/base/docs/html/training/in-app-billing/ |
test-iab-app.jd | 42 <li>Build a signed APK file for your In-app Billing application. To learn how to build and sign your APK, see <a href="{@docRoot}tools/publishing/preparing.html#publishing-build">Building Your Application for Release</a>. Make sure that you are using your final (not debug) certificate and private key to sign your application. 49 <li>Your application is signed with the same certificate that you used for the APK that you uploaded to the Developer Console, before installing it on your device.</li>
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipStressTest.java | 22 import java.security.cert.Certificate; 50 Certificate[] certs = je != null ? je.getCertificates() : null;
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathTest.java | 57 * Assertion: returns hash of the <code>Certificate</code> instance 77 * Assertion: returns hash of the <code>Certificate</code> instance
|