/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | RFC3280CertPathUtilities.java | 534 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 …]
|
D | CertPathValidatorUtilities.java | 697 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()
|
D | PKIXCertPathValidatorSpi.java | 101 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/ |
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 | CertPathValidatorUtilities.java | 698 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()
|
D | PKIXCertPathValidatorSpi.java | 103 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/ |
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 | 170 Store getCertificates(ASN1Set certSet) in getCertificates() method in CMSSignedHelper
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/ |
D | PKIXCertStoreSelector.java | 69 …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/ |
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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/jar/ |
D | JarArchiveEntry.java | 76 public Certificate[] getCertificates() { in getCertificates() method in JarArchiveEntry
|
/external/autotest/client/site_tests/policy_PlatformKeys/ |
D | control | 19 - getCertificates
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/ |
D | RevocationUtilities.java | 395 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/ |
D | SignedData.java | 115 public ASN1Set getCertificates() in getCertificates() method in SignedData
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | SignedData.java | 117 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
D | SignedData.java | 278 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/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLX509CertPath.java | 95 public List<? extends Certificate> getCertificates() { in getCertificates() method in OpenSSLX509CertPath
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 597 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/ |
D | CertificateFactoryTest.java | 601 actualCerts = actualPath.getCertificates(); in testCertPathEncoding() 604 actualCerts = pathFromList.getCertificates(); in testCertPathEncoding()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | PKIXCertPath.java | 342 public List getCertificates() in getCertificates() method in PKIXCertPath
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | PKIXCertPath.java | 344 public List getCertificates() in getCertificates() method in PKIXCertPath
|
D | CertificateFactory.java | 88 (ASN1TaggedObject)seq.getObjectAt(1), true)).getCertificates(); in getCertificate()
|