Searched refs:getCertificates (Results 1 - 20 of 20) sorted by relevance

/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/
H A DmyCertPath.java34 public List getCertificates() { method in class:myCertPath
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java120 * @tests java.util.jar.JarEntry#getCertificates()
125 assertNull(jarEntry.getCertificates());
137 assertNull("getCertificates() should be null until the entry is read",
138 jarEntry1.getCertificates());
139 assertNull(jarEntry2.getCertificates());
143 assertNotNull(jarEntry1.getCertificates());
144 assertNotNull(jarEntry2.getCertificates());
168 .getCertificates();
170 .getCertificates();
H A DJarFileTest.java266 Certificate[] certs = entry.getCertificates();
395 assertNull(entry.getCertificates());
397 assertNotNull(entry.getCertificates());
405 assertNull(entry.getCertificates());
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CertPathImplTest.java71 certList.size(), certPath.getCertificates().size());
82 .getCertificates().size());
92 .getCertificates().size());
115 .getCertificates().size());
121 .getCertificates().size());
125 * @tests org.apache.harmony.security.provider.cert.X509CertPathImpl.getCertificates()
132 cpath.getCertificates().size());
133 cpath.getCertificates().remove(0);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java67 * @see java.security.cert.CertPath#getCertificates()
69 public List getCertificates() { method in class:MyCertPath
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java519 List certs = builder.build(params).getCertPath().getCertificates();
867 List certs = certPath.getCertificates();
1051 List certs = certPath.getCertificates();
1127 List certs = certPath.getCertificates();
1156 List certs = certPath.getCertificates();
1257 List certs = certPath.getCertificates();
1460 List certs = certPath.getCertificates();
1538 List certs = certPath.getCertificates();
1593 List certs = certPath.getCertificates();
1647 List certs = certPath.getCertificates();
[all...]
H A DCertPathValidatorUtilities.java757 certs.addAll(certStore.getCertificates(certSelect));
1235 byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(ISISMTTObjectIdentifiers.id_isismtt_at_dateOfCertGen.getId());
1264 return ((X509Certificate) certPath.getCertificates().get(
1269 return ((X509Certificate) certPath.getCertificates().get(
H A DJDKX509CertificateFactory.java62 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates();
H A DPKIXCertPath.java335 public List getCertificates() method in class:PKIXCertPath
H A DPKIXCertPathValidatorSpi.java136 List certs = certPath.getCertificates();
455 workingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathTest.java140 * This test just calls <code>getCertificates()</code> method<br>
144 cp1.getCertificates();
H A DCertificateFactory3Test.java136 List list1 = certPath.getCertificates();
159 List list1 = certPath.getCertificates();
187 List list1 = certPath.getCertificates();
H A DCertStore1Test.java175 certS.getCertificates(null);
184 certS.getCertificates(null);
390 * <code>getCertificates(CertSelector selector)</code>
404 coll = certS[i].getCertificates(null);
H A DCertPathValidatorExceptionTest.java280 * certPath.getCertificates().size() throws: IndexOutOfBoundsException
307 * certPath.getCertificates().size()
345 public List getCertificates() { method in class:CertPathValidatorExceptionTest.myCertPath
H A DCertificateFactory1Test.java620 List list1 = cp.getCertificates();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory_ImplTest.java632 certificates = factory.generateCertPath(bais).getCertificates();
647 factory.generateCertPath(bais, "PkiPath").getCertificates();
662 factory.generateCertPath(bais, "PKCS7").getCertificates();
679 .getCertificates().size());
761 factory.generateCertPath(bais, "PKCS7").getCertificates();
776 .getCertificates().size());
H A DCertStore_ImplTest.java89 Collection collection = certS.getCertificates(certSelector);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DJarURLConnectionTest.java247 * @tests java.net.JarURLConnection#getCertificates()
253 assertNull(juc.getCertificates());
261 assertNull(juc.getCertificates());
268 assertNull(juc.getCertificates());
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java114 public ASN1Set getCertificates() method in class:SignedData
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java181 * @see java.security.cert.CertPath#getCertificates()
183 public List getCertificates() { method in class:TestCertUtils.TestCertPath

Completed in 233 milliseconds