Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java786 CertPath certPath, in prepareCertB()
973 CertPath certPath, in prepareNextCertA()
1031 CertPath certPath, in processCertF()
1048 CertPath certPath, in processCertE()
1077 CertPath certPath, in processCertBC()
1181 CertPath certPath, in processCertD()
1384 CertPath certPath, in processCertA()
1464 CertPath certPath, in prepareNextCertI1()
1518 CertPath certPath, in prepareNextCertI2()
1572 CertPath certPath, in prepareNextCertG()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java786 CertPath certPath, in prepareCertB()
973 CertPath certPath, in prepareNextCertA()
1031 CertPath certPath, in processCertF()
1048 CertPath certPath, in processCertE()
1077 CertPath certPath, in processCertBC()
1181 CertPath certPath, in processCertD()
1384 CertPath certPath, in processCertA()
1464 CertPath certPath, in prepareNextCertI1()
1518 CertPath certPath, in prepareNextCertI2()
1572 CertPath certPath, in prepareNextCertG()
[all …]
H A DRecoverableCertPathValidatorException.java10 …public RecoverableCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int i… in RecoverableCertPathValidatorException()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java785 CertPath certPath, in prepareCertB()
972 CertPath certPath, in prepareNextCertA()
1030 CertPath certPath, in processCertF()
1047 CertPath certPath, in processCertE()
1076 CertPath certPath, in processCertBC()
1180 CertPath certPath, in processCertD()
1383 CertPath certPath, in processCertA()
1463 CertPath certPath, in prepareNextCertI1()
1517 CertPath certPath, in prepareNextCertI2()
1571 CertPath certPath, in prepareNextCertG()
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java247 CertPath certPath = CertUtils.buildCertPath( in buildCertPath_succeedsWithoutIntermediates() local
261 CertPath certPath = in buildCertPath_succeedsWithIntermediates() local
280 CertPath certPath = in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() local
327 CertPath certPath = in validateCertPath_succeeds() local
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/
H A DCertificateFactory3Test.java132 CertPath certPath = null; in testGenerateCertPath01() local
151 CertPath certPath = null; in testGenerateCertPath02() local
179 CertPath certPath = null; in testGenerateCertPath03() local
H A DCertPathValidatorSpiTest.java56 public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) { in engineValidate()
65 public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) { in engineValidate()
H A DCertPathTest.java226 CertPath certPath = TestUtils.buildCertPathSSCertChain(); in testSerializationSelf() local
236 CertPath certPath = TestUtils.buildCertPathSSCertChain(); in testSerializationCompatibility() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/
DCertPathValidatorException.java76 private CertPath certPath; field in CertPathValidatorException
150 CertPath certPath, int index) { in CertPathValidatorException()
176 CertPath certPath, int index, Reason reason) { in CertPathValidatorException()
DPKIXCertPathBuilderResult.java62 private CertPath certPath; field in PKIXCertPathBuilderResult
78 public PKIXCertPathBuilderResult(CertPath certPath, in PKIXCertPathBuilderResult()
DCertPathValidatorSpi.java83 engineValidate(CertPath certPath, CertPathParameters params) in engineValidate()
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathValidatorException.java76 private CertPath certPath; field in CertPathValidatorException
150 CertPath certPath, int index) { in CertPathValidatorException()
176 CertPath certPath, int index, Reason reason) { in CertPathValidatorException()
H A DPKIXCertPathBuilderResult.java62 private CertPath certPath; field in PKIXCertPathBuilderResult
78 public PKIXCertPathBuilderResult(CertPath certPath, in PKIXCertPathBuilderResult()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/cert/
DCertPathValidatorException.java76 private CertPath certPath; field in CertPathValidatorException
150 CertPath certPath, int index) { in CertPathValidatorException()
176 CertPath certPath, int index, Reason reason) { in CertPathValidatorException()
DPKIXCertPathBuilderResult.java62 private CertPath certPath; field in PKIXCertPathBuilderResult
78 public PKIXCertPathBuilderResult(CertPath certPath, in PKIXCertPathBuilderResult()
/aosp_15_r20/system/extras/verity/
H A DBootSignature.java255 String certPath, in doSignature()
288 public static void verifySignature(String imagePath, String certPath) throws Exception { in verifySignature()
331 String certPath = ""; in main() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtils.java286 CertPath certPath = buildCertPath(pkixParams); in validateCert() local
312 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath, in validateCertPath()
323 CertPath certPath) throws CertValidationException { in validateCertPath()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
H A DPKIXCertRevocationCheckerParameters.java16 private final CertPath certPath; field in PKIXCertRevocationCheckerParameters
21 …heckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, CertPath certPath, int index, … in PKIXCertRevocationCheckerParameters()
/aosp_15_r20/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryCertPath.java47 public static @NonNull RecoveryCertPath createRecoveryCertPath(@NonNull CertPath certPath) in createRecoveryCertPath()
98 private static byte[] encodeCertPath(@NonNull CertPath certPath) in encodeCertPath()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DPKIXCertRevocationCheckerParameters.java12 private final CertPath certPath; field in PKIXCertRevocationCheckerParameters
17 …heckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, CertPath certPath, int index, … in PKIXCertRevocationCheckerParameters()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/
H A DPKIXCertRevocationCheckerParameters.java16 private final CertPath certPath; field in PKIXCertRevocationCheckerParameters
21 …heckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, CertPath certPath, int index, … in PKIXCertRevocationCheckerParameters()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPKIX.java78 private CertPath certPath; field in PKIX.ValidatorParams
115 CertPath certPath() { in certPath() method in PKIX.ValidatorParams
/aosp_15_r20/out/soong/.intermediates/system/extras/verity/boot_signer/linux_glibc_common/javac/
Dboot_signer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java273 CertPath certPath; in initRecoveryService() local
599 CertPath certPath; in startRecoverySessionWithCertPath() local
609 certPath, validationDate); in startRecoverySessionWithCertPath() local
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPathValidatorSpi.java40 public CertPathValidatorResult engineValidate(CertPath certPath, in engineValidate()

12345678910>>...15