/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 | 101 List certs = certPath.getCertificates(); in engineValidate() 423 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
|
D | CertPathValidatorUtilities.java | 681 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates() 1144 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel() 1173 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel() 1178 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/ |
D | SimplePKIResponse.java | 83 public Store<X509CertificateHolder> getCertificates() in getCertificates() method in SimplePKIResponse 85 return certificateResponse.getCertificates(); in getCertificates()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedData.java | 298 public Store<X509CertificateHolder> getCertificates() in getCertificates() method in CMSSignedData 300 return HELPER.getCertificates(signedData.getCertificates()); in getCertificates() 320 return HELPER.getAttributeCertificates(signedData.getCertificates()); in getAttributeCertificates()
|
D | CMSSignedHelper.java | 167 Store getCertificates(ASN1Set certSet) in getCertificates() method in CMSSignedHelper
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKIXCertStoreSelector.java | 66 …public static Collection<? extends Certificate> getCertificates(final PKIXCertStoreSelector select… in getCertificates() method in PKIXCertStoreSelector 69 return certStore.getCertificates(new SelectorClone(selector)); in getCertificates()
|
/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/common/src/main/java/org/conscrypt/ |
D | OpenSSLX509CertPath.java | 94 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | PKIXCertPath.java | 343 public List getCertificates() in getCertificates() method in PKIXCertPath
|
D | CertificateFactory.java | 86 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in getCertificate()
|
/external/nist-pkits/src/libcore/java/security/cert/ |
D | X509CertificateNistPkitsTest.java | 102 private final X509Certificate[] getCertificates(CertificateFactory f, String[] names) in getCertificates() method in X509CertificateNistPkitsTest 138 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPath() 144 X509Certificate[] certs = getCertificates(f, pathCerts); in getTestPathParams()
|