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

12

/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/
H A DmyCertPath.java32 public List getCertificates() { method in class:myCertPath
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java66 * @see java.security.cert.CertPath#getCertificates()
68 public List getCertificates() { method in class:MyCertPath
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java518 List certs = builder.build(params).getCertPath().getCertificates();
866 List certs = certPath.getCertificates();
1050 List certs = certPath.getCertificates();
1126 List certs = certPath.getCertificates();
1155 List certs = certPath.getCertificates();
1256 List certs = certPath.getCertificates();
1459 List certs = certPath.getCertificates();
1537 List certs = certPath.getCertificates();
1592 List certs = certPath.getCertificates();
1646 List certs = certPath.getCertificates();
[all...]
H A DPKIXCertPathValidatorSpi.java77 List certs = certPath.getCertificates();
396 workingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index);
H A DCertPathValidatorUtilities.java752 certs.addAll(certStore.getCertificates(certSelect));
1261 byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(ISISMTTObjectIdentifiers.id_isismtt_at_dateOfCertGen.getId());
1290 return ((X509Certificate)certPath.getCertificates().get(
1295 return ((X509Certificate)certPath.getCertificates().get(
/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.java178 certS.getCertificates(null);
187 certS.getCertificates(null);
398 * <code>getCertificates(CertSelector selector)</code>
412 coll = certS[i].getCertificates(null);
H A DCertPathValidatorExceptionTest.java279 * certPath.getCertificates().size() throws: IndexOutOfBoundsException
306 * certPath.getCertificates().size()
344 public List getCertificates() { method in class:CertPathValidatorExceptionTest.myCertPath
H A DCertificateFactory1Test.java620 List list1 = cp.getCertificates();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedData.java36 * Store certStore = s.getCertificates();
263 public Store getCertificates() method in class:CMSSignedData
265 return HELPER.getCertificates(signedData.getCertificates());
285 return HELPER.getAttributeCertificates(signedData.getCertificates());
H A DCMSSignedHelper.java166 Store getCertificates(ASN1Set certSet) method in class:CMSSignedHelper
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory_ImplTest.java645 certificates = factory.generateCertPath(bais).getCertificates();
660 factory.generateCertPath(bais, "PkiPath").getCertificates();
675 factory.generateCertPath(bais, "PKCS7").getCertificates();
692 .getCertificates().size());
780 factory.generateCertPath(bais, "PKCS7").getCertificates();
795 .getCertificates().size());
H A DCertStore_ImplTest.java88 Collection collection = certS.getCertificates(certSelector);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java115 public ASN1Set getCertificates() method in class:SignedData
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DSignedData.java276 public ASN1Set getCertificates() method in class:SignedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DCertificateFactory.java61 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates();
H A DPKIXCertPath.java340 public List getCertificates() method in class:PKIXCertPath
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509CertPath.java88 public List<? extends Certificate> getCertificates() { method in class:OpenSSLX509CertPath
/external/nist-pkits/src/libcore/java/security/cert/
H A DX509CertificateNistPkitsTest.java84 private final X509Certificate[] getCertificates(CertificateFactory f, String[] names) method in class:X509CertificateNistPkitsTest
120 X509Certificate[] certs = getCertificates(f, pathCerts);
126 X509Certificate[] certs = getCertificates(f, pathCerts);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java180 * @see java.security.cert.CertPath#getCertificates()
182 public List getCertificates() { method in class:TestCertUtils.TestCertPath
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1619 milliseconds

12