Home
last modified time | relevance | path

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

/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.java101 List certs = certPath.getCertificates(); in engineValidate()
423 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
DCertPathValidatorUtilities.java681 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
1142 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel()
1171 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
1176 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/
DSimplePKIResponse.java83 public Store<X509CertificateHolder> getCertificates() in getCertificates() method in SimplePKIResponse
85 return certificateResponse.getCertificates(); in getCertificates()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java66 …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/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedData.java298 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()
DCMSSignedHelper.java166 Store getCertificates(ASN1Set certSet) in getCertificates() method in CMSSignedHelper
/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/common/src/main/java/org/conscrypt/
DOpenSSLX509CertPath.java93 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DPKIXCertPath.java343 public List getCertificates() in getCertificates() method in PKIXCertPath
DCertificateFactory.java87 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in getCertificate()
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java102 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()
/external/bouncycastle/patches/
Dbcpkix.patch5 return HELPER.getAttributeCertificates(signedData.getCertificates());