Home
last modified time | relevance | path

Searched refs:getCertificates (Results 1 – 25 of 30) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java51 …public static Collection<? extends Certificate> getCertificates(final PKIXCertStoreSelector select… in getCertificates() method in PKIXCertStoreSelector
54 return certStore.getCertificates(new CertSelector() in getCertificates()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java535 List certs = builder.engineBuild(extParams).getCertPath().getCertificates(); in processCRLF()
896 List certs = certPath.getCertificates(); in prepareCertB()
1080 List certs = certPath.getCertificates(); in prepareNextCertA()
1156 List certs = certPath.getCertificates(); in processCertE()
1185 List certs = certPath.getCertificates(); in processCertBC()
1286 List certs = certPath.getCertificates(); in processCertD()
1490 List certs = certPath.getCertificates(); in processCertA()
1568 List certs = certPath.getCertificates(); in prepareNextCertI1()
1623 List certs = certPath.getCertificates(); in prepareNextCertI2()
1677 List certs = certPath.getCertificates(); in prepareNextCertG()
[all …]
DPKIXCertPathValidatorSpi.java110 List certs = certPath.getCertificates(); in engineValidate()
432 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
DCertPathValidatorUtilities.java680 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
1157 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel()
1186 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
1191 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory3Test.java136 List list1 = certPath.getCertificates(); in testGenerateCertPath01()
159 List list1 = certPath.getCertificates(); in testGenerateCertPath02()
187 List list1 = certPath.getCertificates(); in testGenerateCertPath03()
DCertStore1Test.java178 certS.getCertificates(null); in testCertStore02()
187 certS.getCertificates(null); in testCertStore02()
412 coll = certS[i].getCertificates(null); in testCertStore15()
DCertPathTest.java144 cp1.getCertificates(); in testGetCertificates()
DCertPathValidatorExceptionTest.java344 public List getCertificates() { in getCertificates() method in CertPathValidatorExceptionTest.myCertPath
DCertificateFactory1Test.java620 List list1 = cp.getCertificates(); in testCertificateFactory15()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedData.java265 public Store getCertificates() in getCertificates() method in CMSSignedData
267 return HELPER.getCertificates(signedData.getCertificates()); in getCertificates()
287 return HELPER.getAttributeCertificates(signedData.getCertificates()); in getAttributeCertificates()
DCMSSignedHelper.java166 Store getCertificates(ASN1Set certSet) in getCertificates() method in CMSSignedHelper
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory_ImplTest.java645 certificates = factory.generateCertPath(bais).getCertificates(); in testGenerateBase64CertPath()
660 factory.generateCertPath(bais, "PkiPath").getCertificates(); in testGenerateBase64CertPath()
675 factory.generateCertPath(bais, "PKCS7").getCertificates(); in testGenerateBase64CertPath()
692 .getCertificates().size()); in testGenerateBase64CertPath()
780 factory.generateCertPath(bais, "PKCS7").getCertificates(); in testGenerateCertPath()
795 .getCertificates().size()); in testGenerateCertPath()
DCertStore_ImplTest.java88 Collection collection = certS.getCertificates(certSelector); in checkResult()
/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/
DmyCertPath.java32 public List getCertificates() { in getCertificates() method in myCertPath
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
DMyCertPath.java68 public List getCertificates() { in getCertificates() method in MyCertPath
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java115 public ASN1Set getCertificates() in getCertificates() method in SignedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignedData.java276 public ASN1Set getCertificates() in getCertificates() method in SignedData
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509CertPath.java88 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java61 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in readDERCertificate()
DPKIXCertPath.java343 public List getCertificates() in getCertificates() method in PKIXCertPath
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java84 private final X509Certificate[] getCertificates(CertificateFactory f, String[] names) in getCertificates() method in X509CertificateNistPkitsTest
120 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPath()
126 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPathParams()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java182 public List getCertificates() { in getCertificates() method in TestCertUtils.TestCertPath
/external/bouncycastle/patches/
Dbcpkix.patch5 return HELPER.getAttributeCertificates(signedData.getCertificates());
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...

12