Searched defs:certChain (Results 1 – 11 of 11) sorted by relevance
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/ |
D | X509Utils.java | 62 X509Certificate[] certChain = certs.toArray(new X509Certificate[0]); in formatX509Certs() local 123 public static boolean isCertChainValid(X509Certificate[] certChain) in isCertChainValid() 130 private static boolean verifyCertChain(X509Certificate rootCert, X509Certificate[] certChain) in verifyCertChain() 168 public static Date getExpirationTimeForCertificateChain(X509Certificate[] certChain) { in getExpirationTimeForCertificateChain()
|
/packages/modules/Virtualization/service_vm/test_apk/src/java/com/android/virt/vm_attestation/util/ |
D | X509Utils.java | 51 X509Certificate[] certChain = certs.toArray(new X509Certificate[0]); in validateAndParseX509CertChain() local 56 private static void validateCertChain(X509Certificate[] certChain) throws Exception { in validateCertChain() 78 X509Certificate[] certChain, byte[] challenge, String payloadApk) throws Exception { in verifyAvfRelatedCerts()
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
D | IKeyChainServiceTestSupport.aidl | 36 …boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias… in installKeyPair() 40 boolean setKeyPairCertificate(String alias, in byte[] userCert, in byte[] certChain); in setKeyPairCertificate()
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/ |
D | Provisioner.java | 169 X509Certificate[] certChain = X509Utils.formatX509Certs(chain); in associateCertsWithKeys() local 234 X509Certificate[] certChain = X509Utils.formatX509Certs(key.certificateChain); in checkAndDeleteBadKeys() local
|
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ |
D | X509UtilsTest.java | 132 X509Certificate[] certChain = new X509Certificate[]{testCert, rootCert}; in testCertChainSwapOAndCN() local
|
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/ |
D | KeystoreIntegrationTest.java | 417 Certificate[] certChain = mKeyStore.getCertificateChain(getTestKeyAlias()); in verifyCertificateChain() local
|
/packages/apps/KeyChain/src/com/android/keychain/ |
D | KeyChainActivity.java | 391 List<X509Certificate> certChain = new ArrayList(loadCertificateChain(mKeyStore, alias)); in shouldPresentCertificate() local
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/ |
D | Credential.java | 1349 private static boolean verifySha256Fingerprint(X509Certificate[] certChain, in verifySha256Fingerprint()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvider.java | 794 private static X509Certificate getClientCertificate(X509Certificate[] certChain, in getClientCertificate()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |