/external/nist-pkits/src/libcore/java/security/cert/ |
D | X509CertificateNistPkitsTest.java | 104 X509Certificate[] certs = new X509Certificate[names.length]; in getCertificates() local 138 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPath() local 144 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPathParams() local 170 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls) in assertInvalidPath() 175 private void assertInvalidPath(String trustAnchor, String[] path, String[] certs, in assertInvalidPath() 192 private void assertValidPath(String trustAnchor, String[] certs, String[] crls) in assertValidPath() 198 private void assertValidPath(String trustAnchor, String[] path, String[] certs, String[] crls) in assertValidPath() 216 String[] certs = { in testSignatureVerification_ValidSignaturesTest1() local 233 String[] certs = { in testSignatureVerification_InvalidCASignatureTest2() local 250 String[] certs = { in testSignatureVerification_InvalidEESignatureTest3() local [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | RFC3280CertPathUtilities.java | 535 List certs = builder.engineBuild(extParams).getCertPath().getCertificates(); in processCRLF() local 896 List certs = certPath.getCertificates(); in prepareCertB() local 1080 List certs = certPath.getCertificates(); in prepareNextCertA() local 1156 List certs = certPath.getCertificates(); in processCertE() local 1185 List certs = certPath.getCertificates(); in processCertBC() local 1286 List certs = certPath.getCertificates(); in processCertD() local 1490 List certs = certPath.getCertificates(); in processCertA() local 1568 List certs = certPath.getCertificates(); in prepareNextCertI1() local 1623 List certs = certPath.getCertificates(); in prepareNextCertI2() local 1677 List certs = certPath.getCertificates(); in prepareNextCertG() local [all …]
|
D | X509CRLObject.java | 317 Enumeration certs = c.getRevokedCertificateEnumeration(); in loadCRLEntries() local 341 Enumeration certs = c.getRevokedCertificateEnumeration(); in getRevokedCertificate() local 563 Enumeration certs = c.getRevokedCertificateEnumeration(); in isRevoked() local
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
D | PoloUtil.java | 43 Certificate[] certs = session.getPeerCertificates(); in getPeerCert() local 62 Certificate[] certs = session.getLocalCertificates(); in getLocalCert() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
D | Signature.java | 18 ASN1Sequence certs; field in Signature 31 ASN1Sequence certs) in Signature()
|
D | BasicOCSPResponse.java | 19 private ASN1Sequence certs; field in BasicOCSPResponse 25 ASN1Sequence certs) in BasicOCSPResponse()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertificateFactory_ImplTest.java | 353 private void verifyCertificates(Collection certs) throws Exception { in verifyCertificates() 554 Collection certs = in testGenerateBase64Certificates() local 586 Collection certs = factory.generateCertificates(bais); in testGenerateBase64PKCS7() local 755 Collection certs = factory.generateCertificates(bais); in testGenerateCertificates() local
|
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
D | SslCertificates.java | 113 X509Certificate[] certs; in customize() local 159 CachedInfo(Integer keySize, X509Certificate[] certs,String idStr) in CachedInfo()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl1Test.java | 459 KeyStoreTestSupport.MCertificate certs[] = { in testEntry02() local 725 KeyStoreTestSupport.MCertificate certs[] = { in testEntry05() local 833 KeyStoreTestSupport.MCertificate certs[] = { in testEntry06() local 896 KeyStoreTestSupport.MCertificate certs[] = { in testEntry07() local
|
D | KeyStore_Impl3Test.java | 109 Certificate certs[] = { in testLoadStore01() local
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
D | TrustManagerImpl.java | 222 private static Set<TrustAnchor> trustAnchors(X509Certificate[] certs) { in trustAnchors() 295 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs, in getTrustedChainForServer() 312 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs, in getTrustedChainForServer() 361 private List<X509Certificate> checkTrusted(X509Certificate[] certs, String authType, in checkTrusted() 378 private List<X509Certificate> checkTrusted(X509Certificate[] certs, String authType, in checkTrusted() 427 private List<X509Certificate> checkTrustedRecursive(X509Certificate[] certs, in checkTrustedRecursive()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509CertPath.java | 93 final OpenSSLX509Certificate[] certs = new OpenSSLX509Certificate[mCertificates.size()]; in getEncoded() local 165 final List<OpenSSLX509Certificate> certs = in fromPkiPathEncoding() local
|
D | AbstractSessionContext.java | 219 Certificate[] certs = session.getPeerCertificates(); in toBytes() local 259 X509Certificate[] certs = new X509Certificate[count]; in toSession() local
|
D | OpenSSLX509CRL.java | 82 final List<OpenSSLX509CRL> certs = new ArrayList<OpenSSLX509CRL>(certRefs.length); in fromPkcs7DerInputStream() local 122 final List<OpenSSLX509CRL> certs = new ArrayList<OpenSSLX509CRL>(certRefs.length); in fromPkcs7PemInputStream() local
|
D | OpenSSLX509Certificate.java | 105 final List<OpenSSLX509Certificate> certs = new ArrayList<OpenSSLX509Certificate>( in fromPkcs7DerInputStream() local 149 final List<OpenSSLX509Certificate> certs = new ArrayList<OpenSSLX509Certificate>( in fromPkcs7PemInputStream() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | X509CRLObject.java | 321 Enumeration certs = c.getRevokedCertificateEnumeration(); in loadCRLEntries() local 345 Enumeration certs = c.getRevokedCertificateEnumeration(); in getRevokedCertificate() local 567 Enumeration certs = c.getRevokedCertificateEnumeration(); in isRevoked() local
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 103 Certificate[] certs = new Certificate[howMany]; in genCertPath() local 153 private Certificate[] certs; field in TestCertUtils.TestCertPath 174 public TestCertPath(Certificate[] certs) { in TestCertPath() 670 public CertPath engineGenerateCertPath(List certs) in engineGenerateCertPath()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSUtils.java | 108 List certs = new ArrayList(); in getCertificatesFromStore() local 130 List certs = new ArrayList(); in getAttributeCertificatesFromStore() local
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 136 List<X509Certificate> certs = tmi.checkServerTrusted(chain2, "RSA", new MySSLSession( in testGetFullChain() local 138 assertEquals(Arrays.asList(chain3), certs); in testGetFullChain() local 140 assertEquals(Arrays.asList(chain3), certs); in testGetFullChain() local
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs12_test.cc | 687 ScopedX509Stack certs(sk_X509_new_null()); in Test() local
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | Identity2Test.java | 224 java.security.Certificate[] certs = sub.certificates(); in test_certificates() local 256 java.security.Certificate[] certs = sub.certificates(); in test_removeCertificateLjava_security_Certificate() local
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | HandshakeCompletedEventTest.java | 101 Certificate[] certs = event.getLocalCertificates(); in testGetLocalCertificates() local
|
/external/curl/tests/ |
D | Makefile.am | 45 SUBDIRS = certs data server libtest $(BUILD_UNIT) subdir
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | OCSPReq.java | 191 X509CertificateHolder[] certs = new X509CertificateHolder[s.size()]; in getCerts() local
|
D | BasicOCSPResp.java | 154 X509CertificateHolder[] certs = new X509CertificateHolder[s.size()]; in getCerts() local
|