Home
last modified time | relevance | path

Searched refs:getTargetCertConstraints (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/cert/
DOldPKIXParametersTest.java61 assertEquals(cpp.getTargetCertConstraints(), cppc in testClone()
62 .getTargetCertConstraints()); in testClone()
/libcore/luni/src/test/java/tests/security/cert/
DPKIXBuilderParametersTest.java96 assertNotNull("certSelector", p.getTargetCertConstraints()); in testPKIXBuilderParametersSetCertSelector01()
114 assertNull("certSelector", p.getTargetCertConstraints()); in testPKIXBuilderParametersSetCertSelector02()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIX.java164 constraints = params.getTargetCertConstraints(); in targetCertConstraints()
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXParameters.java630 public CertSelector getTargetCertConstraints() { in getTargetCertConstraints() method in PKIXParameters