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 AttachmentCompleteSignatureTransform

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


public class AttachmentCompleteSignatureTransform
extends AttachmentContentSignatureTransform
Since:
release specific (what release of product did this appear in)
Version:
$Header: AttachmentCompleteSignatureTransform.java 30-aug-2006.19:38:22 pdatta Exp $

Field Summary

 

Fields inherited from class oracle.security.xmlsec.wss.transform.AttachmentContentSignatureTransform
includeHeaders

 

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

 

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

 

Method Summary
 java.lang.String getAlgorithmURI()
          Returns the URI string identifying the Transform algorithm.

 

Methods inherited from class oracle.security.xmlsec.wss.transform.AttachmentContentSignatureTransform
transform

 

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

 

Constructor Detail

AttachmentCompleteSignatureTransform

public AttachmentCompleteSignatureTransform(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.
Overrides:
getAlgorithmURI in class AttachmentContentSignatureTransform
Returns:
This Transform's URI string.

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.