public class

UnsupportedAlgorithmException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.UnsupportedAlgorithmException

Class Overview

Thrown throughout the library when an algorithm (signature, digest, canonicalization) is not supported by the library itself or by the underlying XML-DSIG implementation.

Summary

Public Constructors
UnsupportedAlgorithmException(String msg, String algorithm)
UnsupportedAlgorithmException(String msg, String algorithm, Throwable cause)
Public Methods
String getAlgorithm()
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedAlgorithmException (String msg, String algorithm)

public UnsupportedAlgorithmException (String msg, String algorithm, Throwable cause)

Public Methods

public String getAlgorithm ()

public String getMessage ()