org.eclipse.higgins.sts.utilities
Class XMLSignatureHelper

java.lang.Object
  extended by org.eclipse.higgins.sts.utilities.XMLSignatureHelper

public class XMLSignatureHelper
extends java.lang.Object


Constructor Summary
XMLSignatureHelper()
           
 
Method Summary
static org.w3c.dom.Element SignEnveloped(org.w3c.dom.Element elemRoot, java.lang.String strReferenceIdentifier, java.security.KeyPair keyPair)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSignatureHelper

public XMLSignatureHelper()
Method Detail

SignEnveloped

public static org.w3c.dom.Element SignEnveloped(org.w3c.dom.Element elemRoot,
                                                java.lang.String strReferenceIdentifier,
                                                java.security.KeyPair keyPair)
                                         throws org.apache.xml.security.transforms.TransformationException,
                                                org.apache.xml.security.signature.XMLSignatureException,
                                                org.apache.xml.security.exceptions.XMLSecurityException,
                                                java.lang.Exception
Throws:
org.apache.xml.security.transforms.TransformationException
org.apache.xml.security.signature.XMLSignatureException
org.apache.xml.security.exceptions.XMLSecurityException
java.lang.Exception