Uses of Class
xades4j.UnsupportedAlgorithmException

Packages that use UnsupportedAlgorithmException
xades4j.providers Interfaces for the different components in signature production and verification. 
xades4j.providers.impl Implementations (default and other) of the different providers. 
 

Uses of UnsupportedAlgorithmException in xades4j.providers
 

Methods in xades4j.providers that throw UnsupportedAlgorithmException
 MessageDigest MessageDigestEngineProvider.getEngine(String digestAlgorithmURI)
          Gets a MessageDigest engine for the algorithm identified by the given URI.
 String AlgorithmsProvider.getSignatureAlgorithm(String keyAlgorithmName)
          Gets the signature's algorithm for the given algorithm name.
 

Uses of UnsupportedAlgorithmException in xades4j.providers.impl
 

Methods in xades4j.providers.impl that throw UnsupportedAlgorithmException
 MessageDigest DefaultMessageDigestProvider.getEngine(String digestAlgorithmURI)
           
 String DefaultAlgorithmsProvider.getSignatureAlgorithm(String keyAlgorithmName)
           
 



Copyright © 2012. All Rights Reserved.