Package org.xipki.security
Interface AlgorithmValidator
-
- All Known Implementing Classes:
CollectionAlgorithmValidator
public interface AlgorithmValidatorInterface to check whether given algorithm is permitted.- Since:
- 2.1.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAlgorithmPermitted(org.bouncycastle.asn1.x509.AlgorithmIdentifier algId)booleanisAlgorithmPermitted(SignAlgo algo)
-
-
-
Method Detail
-
isAlgorithmPermitted
boolean isAlgorithmPermitted(org.bouncycastle.asn1.x509.AlgorithmIdentifier algId)
-
isAlgorithmPermitted
boolean isAlgorithmPermitted(SignAlgo algo)
-
-