org.eclipse.higgins.sts.utilities
Class XMLEncryptionHelper

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

public class XMLEncryptionHelper
extends java.lang.Object


Constructor Summary
XMLEncryptionHelper()
           
 
Method Summary
static org.w3c.dom.Element EncryptElement(org.w3c.dom.Element elemRoot, java.lang.String strCertificate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEncryptionHelper

public XMLEncryptionHelper()
Method Detail

EncryptElement

public static org.w3c.dom.Element EncryptElement(org.w3c.dom.Element elemRoot,
                                                 java.lang.String strCertificate)
                                          throws java.lang.Exception,
                                                 java.security.cert.CertificateException,
                                                 java.security.NoSuchAlgorithmException,
                                                 org.apache.xml.security.encryption.XMLEncryptionException
Throws:
java.lang.Exception
java.security.cert.CertificateException
java.security.NoSuchAlgorithmException
org.apache.xml.security.encryption.XMLEncryptionException