/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertPath.java | 189 List<? extends Certificate> thisCertList = this.getCertificates(); in equals() 190 List<? extends Certificate> otherCertList = otherCP.getCertificates(); in equals() 211 hashCode = 31*hashCode + getCertificates().hashCode(); in hashCode() 225 getCertificates().iterator(); in toString() 228 + getCertificates().size() + ".\n"); in toString() 274 public abstract List<? extends Certificate> getCertificates(); in getCertificates() method in CertPath
|
D | CertPathValidatorException.java | 182 (certPath != null && index >= certPath.getCertificates().size())) { in CertPathValidatorException() 241 (certPath != null && index >= certPath.getCertificates().size())) { in readObject()
|
D | CertStore.java | 158 public final Collection<? extends Certificate> getCertificates in getCertificates() method in CertStore
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarEntryTest.java | 121 assertNull(jarEntry.getCertificates()); in testCertificatesAndCodesigners() 134 assertNull(jarEntry1.getCertificates()); in testCertificatesAndCodesigners() 135 assertNull(jarEntry2.getCertificates()); in testCertificatesAndCodesigners() 141 assertNull(jarEntry1.getCertificates()); in testCertificatesAndCodesigners() 142 assertNull(jarEntry2.getCertificates()); in testCertificatesAndCodesigners() 152 assertNotNull(jarEntry1.getCertificates()); in testCertificatesAndCodesigners() 153 assertNotNull(jarEntry2.getCertificates()); in testCertificatesAndCodesigners() 174 .getCertificates(); in test_getCodeSigners() 176 .getCertificates(); in test_getCodeSigners()
|
D | JarFileTest.java | 441 Certificate[] certs = entry.getCertificates(); in testGetJarEntry() 577 assertNull("found certificates", entry.getCertificates()); in test_getInputStreamLjava_util_jar_JarEntry_subtest0() 668 Certificate[] certs = entry.getCertificates(); in checkSignedJar() 715 Certificate[] certs = entry.getCertificates(); in getSignedJarCerts() 735 assertEquals(3, result.signers[0].getSignerCertPath().getCertificates().size()); in testJarFile_Signed_ValidChain() 746 assertEquals(3, result.signers[0].getSignerCertPath().getCertificates().size()); in testJarFile_Signed_InvalidChain() 757 assertEquals(1, result.signers[0].getSignerCertPath().getCertificates().size()); in testJarFile_Signed_AmbiguousSigners() 758 assertEquals(1, result.signers[1].getSignerCertPath().getCertificates().size()); in testJarFile_Signed_AmbiguousSigners()
|
/libcore/ojluni/src/main/java/java/net/ |
D | JarURLConnection.java | 307 public java.security.cert.Certificate[] getCertificates() in getCertificates() method in JarURLConnection 311 return e != null ? e.getCertificates() : null; in getCertificates()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateFactory3Test.java | 135 List<? extends Certificate> list1 = certPath.getCertificates(); in testGenerateCertPath01() 158 List<? extends Certificate> list1 = certPath.getCertificates(); in testGenerateCertPath02() 186 List<? extends Certificate> list1 = certPath.getCertificates(); in testGenerateCertPath03()
|
D | CertStore2Test.java | 216 Collection<? extends Certificate> certificates = certStore.getCertificates(null); in testGetCertificates() 223 … Collection<? extends Certificate> certificates = certStore.getCertificates(new MyCertSelector()); in testGetCertificates() 231 certStore.getCertificates(new MyOtherCertSelector()); in testGetCertificates()
|
D | CertStore1Test.java | 166 certS.getCertificates(null); in testCertStore02() 175 certS.getCertificates(null); in testCertStore02() 388 coll = certS[i].getCertificates(null); in testCertStore15()
|
D | CertPathTest.java | 166 cp1.getCertificates(); in testGetCertificates()
|
/libcore/ojluni/src/main/java/java/security/ |
D | CodeSource.java | 50 public final java.security.cert.Certificate[] getCertificates() { return null; } in getCertificates() method in CodeSource
|
D | CodeSigner.java | 159 sb.append("Signer: " + signerCertPath.getCertificates().get(0)); in toString()
|
D | Timestamp.java | 147 List<? extends Certificate> certs = signerCertPath.getCertificates(); in toString()
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarEntry.java | 106 public Certificate[] getCertificates() { in getCertificates() method in JarEntry
|
/libcore/luni/src/main/java/libcore/util/ |
D | RecoverySystem.java | 46 X509Certificate[] certificates = block.getCertificates(); in verify()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | URLJarFile.java | 249 public java.security.cert.Certificate[] getCertificates() { in getCertificates() method in URLJarFile.URLJarFileEntry 250 Certificate[] certs = je.getCertificates(); in getCertificates()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | JarURLConnectionTest.java | 249 assertNull(juc.getCertificates()); in test_getCertificates() 257 assertNull(juc.getCertificates()); in test_getCertificates() 264 assertNull(juc.getCertificates()); in test_getCertificates()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | MyCertPath.java | 71 public List<MyCertificate> getCertificates() { in getCertificates() method in MyCertPath
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | X509CertPath.java | 233 X509Certificate[] certArray = pkcs7.getCertificates(); in parsePKCS7() 394 public List<X509Certificate> getCertificates() { in getCertificates() method in X509CertPath
|
D | PKIX.java | 132 ((List<X509Certificate>)certPath.getCertificates()); in certificates() 260 store.getCertificates(sel); in getTargetSubject()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldJarURLConnectionTest.java | 78 assertNull(juc.getCertificates()); in test_getCertificates() 85 Certificate [] certs = juc.getCertificates(); in test_getCertificates() 92 juConn.getCertificates(); in test_getCertificates()
|
/libcore/luni/src/test/java/tests/targets/security/cert/ |
D | CertPathBuilderTestPKIX.java | 70 List<? extends Certificate> certificates = path.getCertificates(); in validateCertPath()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Resource.java | 177 public java.security.cert.Certificate[] getCertificates() { in getCertificates() method in Resource
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/ |
D | LDAPCertStore.java | 440 private Collection<X509Certificate> getCertificates(LDAPRequest request, in getCertificates() method in LDAPCertStore 645 certs.addAll(getCertificates(request, CA_CERT, xsel)); in engineGetCertificates() 653 certs.addAll(getCertificates(request, USER_CERT, xsel)); in engineGetCertificates() 691 certs.addAll(getCertificates(request, CA_CERT, xsel)); in engineGetCertificates()
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | PathClassLoaderTest.java | 109 assertNull(signedEntry.getCertificates()); in test_classLoader_tampered_certificate_loadsOK_nullCertificates()
|