gov.virginia.dcjs.identity.signature
Class CanonicalizationMethod

java.lang.Object
  extended bygov.virginia.dcjs.ws.Element
      extended bygov.virginia.dcjs.identity.signature.CanonicalizationMethod
All Implemented Interfaces:
org.apache.soap.util.xml.Serializer, XmlElement

public class CanonicalizationMethod
extends Element

This class represents the canonicalization algorithm to be applied to the SignedInfo element before signature calculations.


Constructor Summary
CanonicalizationMethod(java.lang.String algorithm)
           
 
Method Summary
 void addOther(XmlElement element)
          Add an additional element desired to be included with the canonicalization element.
 
Methods inherited from class gov.virginia.dcjs.ws.Element
addAttribute, addElement, arrayAppend, declareNamespaces, getNamespaces, marshall, removeAttribute, removeElement, setContent, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanonicalizationMethod

public CanonicalizationMethod(java.lang.String algorithm)
Method Detail

addOther

public void addOther(XmlElement element)
Add an additional element desired to be included with the canonicalization element.