org.apache.xml.security.algorithms.encryption.params
Class EncryptionMethodParams

java.lang.Object
  |
  +--org.apache.xml.security.algorithms.encryption.params.EncryptionMethodParams
Direct Known Subclasses:
OAEPParams, StreamParams

public abstract class EncryptionMethodParams
extends java.lang.Object

Author:
$Author: vdkoogh $

Constructor Summary
EncryptionMethodParams()
           
 
Method Summary
abstract  org.w3c.dom.DocumentFragment createChildNodes(org.w3c.dom.Document doc)
          Method createChildNodes
abstract  java.lang.String getAlgorithmURI()
          Method getAlgorithmURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionMethodParams

public EncryptionMethodParams()
Method Detail

createChildNodes

public abstract org.w3c.dom.DocumentFragment createChildNodes(org.w3c.dom.Document doc)
                                                       throws XMLSecurityException
Method createChildNodes

Parameters:
doc -
Throws:
XMLSecurityException

getAlgorithmURI

public abstract java.lang.String getAlgorithmURI()
Method getAlgorithmURI