Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


oracle.security.xmlsec.wss.transform
Class AttachmentContentSignatureTransform

java.lang.Object
  extended by oracle.security.xmlsec.transform.XSTransformer
      extended by oracle.security.xmlsec.wss.transform.AttachmentContentSignatureTransform

Direct Known Subclasses:
AttachmentCompleteSignatureTransform

public class AttachmentContentSignatureTransform
extends oracle.security.xmlsec.transform.XSTransformer
Since:
release specific (what release of product did this appear in)
Version:
$Header: AttachmentContentSignatureTransform.java 19-mar-2007.12:21:06 pdatta Exp $

Field Summary
protected  boolean includeHeaders
           

 

Fields inherited from class oracle.security.xmlsec.transform.XSTransformer
transform

 

Constructor Summary
AttachmentContentSignatureTransform(oracle.security.xmlsec.dsig.XSAlgorithmIdentifier trans)
           

 

Method Summary
 java.lang.String getAlgorithmURI()
          Returns the URI string identifying the Transform algorithm.
 oracle.security.xmlsec.util.XMLContainer transform(oracle.security.xmlsec.util.XMLContainer source)
          Applies the transform to the given XMLContainer and returns the result in a new XMLContainer.

 

Methods inherited from class oracle.security.xmlsec.transform.XSTransformer
applyTransforms, getInstance, getInstance, getTransform

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

includeHeaders

protected boolean includeHeaders

Constructor Detail

AttachmentContentSignatureTransform

public AttachmentContentSignatureTransform(oracle.security.xmlsec.dsig.XSAlgorithmIdentifier trans)
                                    throws java.lang.IllegalArgumentException
Parameters:
trans -
Throws:
java.lang.IllegalArgumentException

Method Detail

getAlgorithmURI

public java.lang.String getAlgorithmURI()
Description copied from class: oracle.security.xmlsec.transform.XSTransformer
Returns the URI string identifying the Transform algorithm.
Specified by:
getAlgorithmURI in class oracle.security.xmlsec.transform.XSTransformer
Returns:
This Transform's URI string.

transform

public oracle.security.xmlsec.util.XMLContainer transform(oracle.security.xmlsec.util.XMLContainer source)
                                                   throws oracle.security.xmlsec.transform.TransformationException
Description copied from class: oracle.security.xmlsec.transform.XSTransformer
Applies the transform to the given XMLContainer and returns the result in a new XMLContainer.

Implementing subclasses are responsible for ensuring that the given XMLContainer contains the input required, and for any needed conversions if it does not.

Specified by:
transform in class oracle.security.xmlsec.transform.XSTransformer
Parameters:
source - A XMLContainer on which the transform will operate.
Returns:
A XMLContainer containing the transform result.
Throws:
oracle.security.xmlsec.transform.TransformationException - if an error occurs during the transformation process.

Skip navigation links

Oracle Security Developer Tools Web Services Security Java API Reference
11g (11.1.1)

E10678-02


Copyright © 2005, 2009, Oracle. All rights reserved.