Interface AlgorithmValidator

  • All Known Implementing Classes:
    CollectionAlgorithmValidator

    public interface AlgorithmValidator
    Interface to check whether given algorithm is permitted.
    Since:
    2.1.0
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • isAlgorithmPermitted

        boolean isAlgorithmPermitted​(org.bouncycastle.asn1.x509.AlgorithmIdentifier algId)
      • isAlgorithmPermitted

        boolean isAlgorithmPermitted​(SignAlgo algo)