Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/cert/
DPKIXCertPathBuilderResult.java62 private CertPath certPath; field in PKIXCertPathBuilderResult
78 public PKIXCertPathBuilderResult(CertPath certPath, in PKIXCertPathBuilderResult()
DCertPathValidatorException.java76 private CertPath certPath; field in CertPathValidatorException
150 CertPath certPath, int index) { in CertPathValidatorException()
176 CertPath certPath, int index, Reason reason) { in CertPathValidatorException()
DCertPathValidatorSpi.java83 engineValidate(CertPath certPath, CertPathParameters params) in engineValidate()
DCertPathValidator.java297 public final CertPathValidatorResult validate(CertPath certPath, in validate()
/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory3Test.java132 CertPath certPath = null; in testGenerateCertPath01() local
151 CertPath certPath = null; in testGenerateCertPath02() local
179 CertPath certPath = null; in testGenerateCertPath03() local
DCertPathValidatorSpiTest.java56 public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) { in engineValidate()
65 public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) { in engineValidate()
DCertPathTest.java226 CertPath certPath = TestUtils.buildCertPathSSCertChain(); in testSerializationSelf() local
236 CertPath certPath = TestUtils.buildCertPathSSCertChain(); in testSerializationCompatibility() local
DCertPathBuilder1Test.java325 CertPath certPath = result.getCertPath(); in testBuild() local
DCertPathValidatorExceptionTest.java441 CertPath certPath = mock(CertPath.class); in testCertPathValidatorException_constructsCorrectlyWithReason() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DMyCertPathValidatorSpi.java40 public CertPathValidatorResult engineValidate(CertPath certPath, in engineValidate()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilderResult.java67 SunCertPathBuilderResult(CertPath certPath, in SunCertPathBuilderResult()
DPKIX.java78 private CertPath certPath; field in PKIX.ValidatorParams
115 CertPath certPath() { in certPath() method in PKIX.ValidatorParams
/libcore/luni/src/test/java/libcore/java/security/
DCodeSourceTest.java71 X509CertPath certPath = new X509CertPath(List.of(cert)); in createCodeSigner() local
DProtectionDomainTest.java103 X509CertPath certPath = new X509CertPath(List.of(cert)); in createCodeSigner() local
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertPathValidatorTestPKIX.java41 private CertPath certPath; field in CertPathValidatorTestPKIX
/libcore/luni/src/test/java/libcore/java/security/cert/
DCertPathValidatorTest.java118 CertPath certPath = cf.generateCertPath(chain); in runOCSPStapledTest() local