org.apache.xml.security.algorithms.implementations
Class SignatureBaseRSA.SignatureRSASHA512

java.lang.Object
  extended byorg.apache.xml.security.algorithms.SignatureAlgorithmSpi
      extended byorg.apache.xml.security.algorithms.implementations.SignatureBaseRSA
          extended byorg.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA512
Enclosing class:
SignatureBaseRSA

public static class SignatureBaseRSA.SignatureRSASHA512
extends SignatureBaseRSA

Class SignatureRSASHA512

Version:
$Revision: 591445 $
Author:
$Author: mullan $

Nested Class Summary
 
Nested classes inherited from class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
SignatureBaseRSA.SignatureRSAMD5, SignatureBaseRSA.SignatureRSARIPEMD160, SignatureBaseRSA.SignatureRSASHA1, SignatureBaseRSA.SignatureRSASHA256, SignatureBaseRSA.SignatureRSASHA384, SignatureBaseRSA.SignatureRSASHA512
 
Constructor Summary
SignatureBaseRSA.SignatureRSASHA512()
          Constructor SignatureRSASHA512
 
Method Summary
 java.lang.String engineGetURI()
          Returns the URI representation of Transformation algorithm
 
Methods inherited from class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
engineGetJCEAlgorithmString, engineGetJCEProviderName, engineInitSign, engineInitSign, engineInitSign, engineInitVerify, engineSetHMACOutputLength, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineUpdate, engineVerify
 
Methods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
engineGetContextFromElement, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureBaseRSA.SignatureRSASHA512

public SignatureBaseRSA.SignatureRSASHA512()
                                    throws XMLSignatureException
Constructor SignatureRSASHA512

Throws:
XMLSignatureException
Method Detail

engineGetURI

public java.lang.String engineGetURI()
Description copied from class: SignatureAlgorithmSpi
Returns the URI representation of Transformation algorithm

Specified by:
engineGetURI in class SignatureBaseRSA