Searched defs:getCertificates (Results 1 - 13 of 13) 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/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/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPKIXCertPath.java340 public List getCertificates() method in class:PKIXCertPath
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java115 public ASN1Set getCertificates() method in class:SignedData
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java280 * certPath.getCertificates().size() throws: IndexOutOfBoundsException
307 * certPath.getCertificates().size()
345 public List getCertificates() { method in class:CertPathValidatorExceptionTest.myCertPath
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedData.java46 * Store certStore = s.getCertificates();
327 // public X509Store getCertificates(
332 // return getCertificates(type, CMSUtils.getProvider(provider));
346 // public X509Store getCertificates(
353 // certificateStore = HELPER.createCertificateStore(type, provider, this.getCertificates());
442 // certStoreBuilder.addCertificates(this.getCertificates());
463 public Store getCertificates() method in class:CMSSignedData
465 return HELPER.getCertificates(signedData.getCertificates());
485 return HELPER.getAttributeCertificates(signedData.getCertificates());
[all...]
H A DCMSSignedHelper.java299 Store getCertificates(ASN1Set certSet) method in class:CMSSignedHelper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DSignedData.java243 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
/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/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);

Completed in 843 milliseconds