Home
last modified time | relevance | path

Searched defs:certs (Results 1 – 25 of 44) sorted by relevance

12

/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java86 X509Certificate[] certs = new X509Certificate[names.length]; in getCertificates() local
120 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPath() local
126 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPathParams() local
147 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls) in assertInvalidPath()
163 private void assertValidPath(String trustAnchor, String[] certs, String[] crls) in assertValidPath()
181 String[] certs = { in testSignatureVerification_ValidSignaturesTest1() local
198 String[] certs = { in testSignatureVerification_InvalidCASignatureTest2() local
215 String[] certs = { in testSignatureVerification_InvalidEESignatureTest3() local
232 String[] certs = { in testSignatureVerification_ValidDSASignaturesTest4() local
249 String[] certs = { in testSignatureVerification_ValidDSAParameterInheritanceTest5() local
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java535 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 …]
DX509CRLObject.java279 Enumeration certs = c.getRevokedCertificateEnumeration(); in loadCRLEntries() local
303 Enumeration certs = c.getRevokedCertificateEnumeration(); in getRevokedCertificate() local
525 Enumeration certs = c.getRevokedCertificateEnumeration(); in isRevoked() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPoloUtil.java43 Certificate[] certs = session.getPeerCertificates(); in getPeerCert() local
62 Certificate[] certs = session.getLocalCertificates(); in getLocalCert() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory_ImplTest.java353 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/
DSslCertificates.java113 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/
DKeyStore_Impl1Test.java459 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
DKeyStore_Impl3Test.java109 Certificate certs[] = { in testLoadStore01() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CRLObject.java280 Enumeration certs = c.getRevokedCertificateEnumeration(); in loadCRLEntries() local
304 Enumeration certs = c.getRevokedCertificateEnumeration(); in getRevokedCertificate() local
526 Enumeration certs = c.getRevokedCertificateEnumeration(); in isRevoked() local
DPKIXCertPath.java72 List certs) in sortCerts()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509CertPath.java93 final OpenSSLX509Certificate[] certs = new OpenSSLX509Certificate[mCertificates.size()]; in getEncoded() local
165 final List<OpenSSLX509Certificate> certs = in fromPkiPathEncoding() local
DAbstractSessionContext.java219 Certificate[] certs = session.getPeerCertificates(); in toBytes() local
259 X509Certificate[] certs = new X509Certificate[count]; in toSession() local
DOpenSSLX509CRL.java83 final List<OpenSSLX509CRL> certs = new ArrayList<OpenSSLX509CRL>(certRefs.length); in fromPkcs7DerInputStream() local
123 final List<OpenSSLX509CRL> certs = new ArrayList<OpenSSLX509CRL>(certRefs.length); in fromPkcs7PemInputStream() local
DOpenSSLX509Certificate.java105 final List<OpenSSLX509Certificate> certs = new ArrayList<OpenSSLX509Certificate>( in fromPkcs7DerInputStream() local
149 final List<OpenSSLX509Certificate> certs = new ArrayList<OpenSSLX509Certificate>( in fromPkcs7PemInputStream() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSUtils.java59 List certs = new ArrayList(); in getCertificatesFromStore() local
81 List certs = new ArrayList(); in getAttributeCertificatesFromStore() local
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java103 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/conscrypt/src/test/java/org/conscrypt/
DTrustManagerImplTest.java136 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/
Dpkcs12_test.cc685 ScopedX509Stack certs(sk_X509_new_null()); in Test() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DIdentity2Test.java224 java.security.Certificate[] certs = sub.certificates(); in test_certificates() local
256 java.security.Certificate[] certs = sub.certificates(); in test_removeCertificateLjava_security_Certificate() local
DKSPrivateKeyEntryTest.java70 Certificate[] certs = new MyCertificate[1];//new Certificate[1]; in testPrivateKeyEntry01() local
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DHandshakeCompletedEventTest.java101 Certificate[] certs = event.getLocalCertificates(); in testGetLocalCertificates() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory3Test.java90 Certificate[] certs = new Certificate[3]; in testGenerateCertificate() local
DCertificateFactory4Test.java94 Collection certs = fact.generateCertificates(is); in test_generateCertificatesLjava_io_InputStream() local
/external/boringssl/src/crypto/x509v3/
Dpcy_tree.c148 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init()
771 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, in X509_policy_check()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignedData.java124 ASN1Set certs, in calculateVersion()

12