/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKIXCertStoreSelector.java | 51 …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/ |
D | RFC3280CertPathUtilities.java | 535 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 …]
|
D | PKIXCertPathValidatorSpi.java | 110 List certs = certPath.getCertificates(); in engineValidate() 432 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
|
D | CertPathValidatorUtilities.java | 680 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/ |
D | CertificateFactory3Test.java | 136 List list1 = certPath.getCertificates(); in testGenerateCertPath01() 159 List list1 = certPath.getCertificates(); in testGenerateCertPath02() 187 List list1 = certPath.getCertificates(); in testGenerateCertPath03()
|
D | CertStore1Test.java | 178 certS.getCertificates(null); in testCertStore02() 187 certS.getCertificates(null); in testCertStore02() 412 coll = certS[i].getCertificates(null); in testCertStore15()
|
D | CertPathTest.java | 144 cp1.getCertificates(); in testGetCertificates()
|
D | CertPathValidatorExceptionTest.java | 344 public List getCertificates() { in getCertificates() method in CertPathValidatorExceptionTest.myCertPath
|
D | CertificateFactory1Test.java | 620 List list1 = cp.getCertificates(); in testCertificateFactory15()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedData.java | 265 public Store getCertificates() in getCertificates() method in CMSSignedData 267 return HELPER.getCertificates(signedData.getCertificates()); in getCertificates() 287 return HELPER.getAttributeCertificates(signedData.getCertificates()); in getAttributeCertificates()
|
D | CMSSignedHelper.java | 166 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/ |
D | CertificateFactory_ImplTest.java | 645 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()
|
D | CertStore_ImplTest.java | 88 Collection collection = certS.getCertificates(certSelector); in checkResult()
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/ |
D | myCertPath.java | 32 public List getCertificates() { in getCertificates() method in myCertPath
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
D | MyCertPath.java | 68 public List getCertificates() { in getCertificates() method in MyCertPath
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | SignedData.java | 115 public ASN1Set getCertificates() in getCertificates() method in SignedData
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | SignedData.java | 276 public ASN1Set getCertificates() in getCertificates() method in SignedData
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509CertPath.java | 88 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | CertificateFactory.java | 61 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in readDERCertificate()
|
D | PKIXCertPath.java | 343 public List getCertificates() in getCertificates() method in PKIXCertPath
|
/external/nist-pkits/src/libcore/java/security/cert/ |
D | X509CertificateNistPkitsTest.java | 84 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/ |
D | TestCertUtils.java | 182 public List getCertificates() { in getCertificates() method in TestCertUtils.TestCertPath
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 5 return HELPER.getAttributeCertificates(signedData.getCertificates());
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |