{@code AlgorithmConstraints} objects are immutable. An implementation of this interface should not provide methods that can change the state of an instance once it has been created.
Note that {@code AlgorithmConstraints} can be used to represent the restrictions described by the security properties {@code jdk.certpath.disabledAlgorithms} and {@code jdk.tls.disabledAlgorithms}, or could be used by a concrete {@code PKIXCertPathChecker} to check whether a specified certificate in the certification path contains the required algorithm constraints.
1.7 - | Method from java.security.AlgorithmConstraints Summary: |
|---|
| permits, permits, permits |
| Method from java.security.AlgorithmConstraints Detail: |
|---|
This method is usually used to check key size and key usage. |
|
|