org.apache.camel.component.xmlsecurity.api
Class XmlSignatureTransform

java.lang.Object
  extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureTransform
All Implemented Interfaces:
AlgorithmMethod

public class XmlSignatureTransform
extends Object
implements AlgorithmMethod

Transform and canonicalization algorithms with their parameters.


Constructor Summary
XmlSignatureTransform()
           
XmlSignatureTransform(String algorithm)
           
 
Method Summary
 String getAlgorithm()
           
 AlgorithmParameterSpec getParameterSpec()
           
 void setAlgorithm(String algorithm)
           
 void setParameterSpec(AlgorithmParameterSpec parameterSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSignatureTransform

public XmlSignatureTransform()

XmlSignatureTransform

public XmlSignatureTransform(String algorithm)
Method Detail

getParameterSpec

public AlgorithmParameterSpec getParameterSpec()
Specified by:
getParameterSpec in interface AlgorithmMethod

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface AlgorithmMethod

setAlgorithm

public void setAlgorithm(String algorithm)

setParameterSpec

public void setParameterSpec(AlgorithmParameterSpec parameterSpec)


Apache Camel