xades4j
Class UnsupportedAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by 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

Constructor Summary
UnsupportedAlgorithmException(String algorithm)
           
UnsupportedAlgorithmException(String msg, String algorithm)
           
 
Method Summary
 String getAlgorithm()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAlgorithmException

public UnsupportedAlgorithmException(String algorithm)

UnsupportedAlgorithmException

public UnsupportedAlgorithmException(String msg,
                                     String algorithm)
Method Detail

getAlgorithm

public String getAlgorithm()


Copyright © 2012. All Rights Reserved.