xades4j
Class UnsupportedAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedAlgorithmException
public UnsupportedAlgorithmException(String algorithm)
UnsupportedAlgorithmException
public UnsupportedAlgorithmException(String msg,
String algorithm)
getAlgorithm
public String getAlgorithm()
Copyright © 2012. All Rights Reserved.