Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java534 List certs = builder.engineBuild(extParams).getCertPath().getCertificates(); in processCRLF()
895 List certs = certPath.getCertificates(); in prepareCertB()
1079 List certs = certPath.getCertificates(); in prepareNextCertA()
1155 List certs = certPath.getCertificates(); in processCertE()
1184 List certs = certPath.getCertificates(); in processCertBC()
1285 List certs = certPath.getCertificates(); in processCertD()
1489 List certs = certPath.getCertificates(); in processCertA()
1567 List certs = certPath.getCertificates(); in prepareNextCertI1()
1622 List certs = certPath.getCertificates(); in prepareNextCertI2()
1676 List certs = certPath.getCertificates(); in prepareNextCertG()
[all …]
DCertPathValidatorUtilities.java697 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
1160 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel()
1189 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
1194 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
DPKIXCertPathValidatorSpi.java101 List certs = certPath.getCertificates(); in engineValidate()
438 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/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 …]
DCertPathValidatorUtilities.java698 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
1161 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel()
1190 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
1195 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
DPKIXCertPathValidatorSpi.java103 List certs = certPath.getCertificates(); in engineValidate()
440 …ingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, hel… in engineValidate()
/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/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.java170 Store getCertificates(ASN1Set certSet) in getCertificates() method in CMSSignedHelper
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java69 …public static Collection<? extends Certificate> getCertificates(final PKIXCertStoreSelector select… in getCertificates() method in PKIXCertStoreSelector
72 return certStore.getCertificates(new SelectorClone(selector)); 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/jar/
DJarArchiveEntry.java76 public Certificate[] getCertificates() { in getCertificates() method in JarArchiveEntry
/external/autotest/client/site_tests/policy_PlatformKeys/
Dcontrol19 - getCertificates
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/
DRevocationUtilities.java395 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
848 …byte[] extBytes = ((X509Certificate)certPath.getCertificates().get(index - 1)).getExtensionValue(I… in getValidCertDateFromValidityModel()
877 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
882 return ((X509Certificate)certPath.getCertificates().get( in getValidCertDateFromValidityModel()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java115 public ASN1Set getCertificates() in getCertificates() method in SignedData
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DSignedData.java117 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DSignedData.java278 public ASN1Set getCertificates() in getCertificates() method in SignedData
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CertPath.java94 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509CertPath.java95 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java597 actualCerts = actualPath.getCertificates(); in testCertPathEncoding()
600 actualCerts = pathFromList.getCertificates(); in testCertPathEncoding()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java601 actualCerts = actualPath.getCertificates(); in testCertPathEncoding()
604 actualCerts = pathFromList.getCertificates(); in testCertPathEncoding()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DPKIXCertPath.java342 public List getCertificates() in getCertificates() method in PKIXCertPath
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
DPKIXCertPath.java344 public List getCertificates() in getCertificates() method in PKIXCertPath
DCertificateFactory.java88 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in getCertificate()

12