Searched defs:getCertificates (Results 1 - 12 of 12) 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/cms/
H A DSignedData.java238 public ASN1Set getCertificates() method in class:SignedData
/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.java52 * Store certStore = s.getCertificates();
314 attributeStore = HELPER.createAttributeStore(type, provider, signedData.getCertificates());
332 public X509Store getCertificates( method in class:CMSSignedData
337 return getCertificates(type, CMSUtils.getProvider(provider));
351 public X509Store getCertificates( method in class:CMSSignedData
358 certificateStore = HELPER.createCertificateStore(type, provider, signedData.getCertificates());
438 ASN1Set certSet = signedData.getCertificates();
444 public Store getCertificates() method in class:CMSSignedData
446 ASN1Set certSet = signedData.getCertificates();
494 ASN1Set certSet = signedData.getCertificates();
[all...]
/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 263 milliseconds