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

java.lang.Object
  |
  +--org.apache.xml.security.algorithms.encryption.params.EncryptionMethodParams
        |
        +--org.apache.xml.security.algorithms.encryption.params.StreamParams

public class StreamParams
extends EncryptionMethodParams

Author:
$Author: vdkoogh $

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

Constructor Detail

StreamParams

public StreamParams(int keySize)
Constructor StreamParams

Parameters:
keySize -
Method Detail

getAlgorithmURI

public java.lang.String getAlgorithmURI()
Method getAlgorithmURI

Specified by:
getAlgorithmURI in class EncryptionMethodParams

getKeySize

public int getKeySize()
Method getKeySize


createChildNodes

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

Specified by:
createChildNodes in class EncryptionMethodParams
Parameters:
doc -
Throws:
XMLSecurityException