Searched refs:targetConstraints (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXBuilderParameters.java91 * @param targetConstraints a {@code CertSelector} specifying the
102 targetConstraints) throws InvalidAlgorithmParameterException
105 setTargetCertConstraints(targetConstraints);
117 * @param targetConstraints a {@code CertSelector} specifying the
127 CertSelector targetConstraints)
131 setTargetCertConstraints(targetConstraints);
101 PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints) argument
126 PKIXBuilderParameters(KeyStore keystore, CertSelector targetConstraints) argument
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DKeyChecker.java49 private final CertSelector targetConstraints; field in class:KeyChecker
63 this.targetConstraints = targetCertSel;
115 if (targetConstraints != null &&
116 targetConstraints.match(currCert) == false) {
/libcore/luni/src/test/java/tests/targets/security/cert/
H A DCertPathBuilderTestPKIX.java51 X509CertSelector targetConstraints = new X509CertSelector();
52 targetConstraints.setCertificate(clientCert);
62 PKIXBuilderParameters parameters = new PKIXBuilderParameters(keyStore, targetConstraints);
H A DCertPathValidatorTestPKIX.java67 X509CertSelector targetConstraints = new X509CertSelector();
68 targetConstraints.setCertificate(selfSignedcertificate);
78 targetConstraints);

Completed in 123 milliseconds