Package xades4j

Class UnsupportedAlgorithmException

All Implemented Interfaces:
Serializable

public class UnsupportedAlgorithmException extends XAdES4jException
Thrown throughout the library when an algorithm (signature, digest, canonicalization) is not supported by the library itself or by the underlying XML-DSIG implementation.
Author:
Luís
See Also:
  • Constructor Details

    • UnsupportedAlgorithmException

      public UnsupportedAlgorithmException(String msg, String algorithm)
    • UnsupportedAlgorithmException

      public UnsupportedAlgorithmException(String msg, String algorithm, Throwable cause)
  • Method Details