Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


oracle.security.xmlsec.transform
Class C14NWithCommentsTransform

java.lang.Object
  extended byoracle.security.xmlsec.transform.XSTransformer
      extended byoracle.security.xmlsec.transform.C14NTransform
          extended byoracle.security.xmlsec.transform.C14NWithCommentsTransform


public class C14NWithCommentsTransform
extends C14NTransform

Internal use only. Applies Canonical XML version 1.0 (XML-C14N) with comments processing as a Transform.


Field Summary

 

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

 

Constructor Summary
C14NWithCommentsTransform()
          Creates a new C14NWithCommentsTransform instance.
C14NWithCommentsTransform(XSAlgorithmIdentifier trans)
          Creates a new C14NWithCommentsTransform instance.

 

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

 

Methods inherited from class oracle.security.xmlsec.transform.C14NTransform
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

C14NWithCommentsTransform

public C14NWithCommentsTransform()
Creates a new C14NWithCommentsTransform instance.

C14NWithCommentsTransform

public C14NWithCommentsTransform(XSAlgorithmIdentifier trans)
Creates a new C14NWithCommentsTransform instance.
Parameters:
trans - A XSAlgorithmIdentifier object containing no parameter element.
Throws:
java.lang.IllegalArgumentException - If the XSAlgorithmIdentifier is not a valid XML-C14N With Comments Transform.

Method Detail

getAlgorithmURI

public java.lang.String getAlgorithmURI()
Description copied from class: XSTransformer
Returns the URI string identifying the Transform algorithm.
Overrides:
getAlgorithmURI in class C14NTransform

Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


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