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

java.lang.Object
  extended by org.apache.xml.security.algorithms.SignatureAlgorithmSpi
      extended by org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
          extended by org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA384
Enclosing class:
SignatureBaseRSA

public static class SignatureBaseRSA.SignatureRSASHA384
extends SignatureBaseRSA

Class SignatureRSASHA384


Nested Class Summary
 
Nested classes/interfaces 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.SignatureRSASHA384()
          Constructor SignatureRSASHA384
 
Method Summary
 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.SignatureRSASHA384

public SignatureBaseRSA.SignatureRSASHA384()
                                    throws XMLSignatureException
Constructor SignatureRSASHA384

Throws:
XMLSignatureException
Method Detail

engineGetURI

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

Specified by:
engineGetURI in class SignatureBaseRSA
Returns:
the URI representation of Transformation algorithm


Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.