HomeSort by relevance Sort by last modified time
    Searched full:certificate (Results 1476 - 1500 of 2776) sorted by null

<<51525354555657585960>>

  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 164 Vector<uint8_t> certificate; local
168 toVector(response), certificate, wrappedKey);
170 _hidl_cb(toStatus(legacyStatus), toHidlVec(certificate),
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 27 import java.security.cert.Certificate;
434 System.out.println("CERTIFICATE PUBLIC KEY HASH: " + getHash(createPublicKey(cert)));
438 System.out.println("CERTIFICATE SERIAL NUMBER: " + createSerialNumber(cert).toString(16));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 36 import java.security.cert.Certificate;
142 * Test for <code>setKeyEntry(String alias, byte[] key, Certificate[] chain)</code>
155 Certificate certs[] = {
  /libcore/ojluni/src/main/java/java/net/
JarURLConnection.java 288 * Return the Certificate object for this connection if the URL
295 * @return the Certificate object for this connection if the URL
303 public java.security.cert.Certificate[] getCertificates()
  /libcore/ojluni/src/main/java/sun/security/x509/
KeyUsageExtension.java 38 * signature, certificate signing) of the key contained in the certificate.
53 * get, set, delete methods of Certificate, x509 type.
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 46 import java.security.cert.Certificate;
406 Certificate[] certs = entry.getCertificateChain();
409 for (Certificate c : certs) {
  /system/ca-certificates/files/
219d9499.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
23f4c490.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
6e8bf996.0 1 -----BEGIN CERTIFICATE-----
19 -----END CERTIFICATE-----
20 Certificate:
7999be0d.0 1 -----BEGIN CERTIFICATE-----
20 -----END CERTIFICATE-----
21 Certificate:
7d453d8f.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
c51c224c.0 1 -----BEGIN CERTIFICATE-----
21 -----END CERTIFICATE-----
22 Certificate:
  /system/ca-certificates/google/files/
219d9499.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
23f4c490.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
3e7271e8.0 1 -----BEGIN CERTIFICATE-----
26 -----END CERTIFICATE-----
27 Certificate:
7999be0d.0 1 -----BEGIN CERTIFICATE-----
20 -----END CERTIFICATE-----
21 Certificate:
7d453d8f.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
c527e4ab.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msopc.h     [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
V1SchemeVerifier.java 555 * Returns the signing certificate if the provided {@link SignerInfo} verifies against the
612 // From the bag of certs, obtain the certificate referenced by the SignerInfo,
613 // and verify the cryptographic signature in the SignerInfo against the certificate.
615 // Locate the signing certificate referenced by the SignerInfo
620 "Signing certificate referenced in SignerInfo not found in"
624 // Check whether the signing certificate is acceptable. Android performs these
626 // Signature.initVerify(Certificate).
629 "Signing certificate has unsupported critical extensions");
639 "Signing certificate not authorized for use in digital signatures"
645 // Verify the cryptographic signature in SignerInfo against the certificate'
755 X509Certificate certificate; local
    [all...]
  /external/libmicrohttpd/doc/
libmicrohttpd-tutorial.info     [all...]
  /build/make/target/product/security/
README 31 dumpkey.jar is a Java tool that takes an x.509 certificate in PEM format as
  /cts/tests/tests/telephony/src/android/telephony/cts/
CarrierConfigManagerTest.java 98 * by certificate on the SIM.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EapConfiguration.h 149 /// is designed to provide a way to set and get EAP configuration, such as Certificate,
  /docs/source.android.com/en/security/enhancements/
enhancements70.html 53 access to their secure network traffic, user-installed certificate authorities

Completed in 683 milliseconds

<<51525354555657585960>>