Lines Matching defs:constraints
34 * algorithm during SSL/TLS handshaking, the algorithm constraints and
191 * Returns the cryptographic algorithm constraints.
193 * @return the cryptographic algorithm constraints, or null if the
194 * constraints have not been set
205 * Sets the cryptographic algorithm constraints, which will be used
208 * If the <code>constraints</code> parameter is non-null, every
210 * SSL/TLS handshake must be permitted by the constraints.
212 * @param constraints the algorithm constraints (or null)
216 public void setAlgorithmConstraints(AlgorithmConstraints constraints) {
217 // the constraints object is immutable
218 this.algorithmConstraints = constraints;