Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05


oracle.security.xmlsec.c14n
Class XMLC14NWithComments

java.lang.Object
  extended by oracle.security.xmlsec.c14n.Canonicalizer
      extended by oracle.security.xmlsec.c14n.XMLC14N
          extended by oracle.security.xmlsec.c14n.XMLC14NWithComments


public class XMLC14NWithComments
extends XMLC14N

Implementation of Canonical XML version 1.0 (XML-C14N) with comments processing.


Field Summary

 

Fields inherited from class oracle.security.xmlsec.c14n.Canonicalizer
algorithmURI, c14nMethod

 

Constructor Summary
XMLC14NWithComments()
          Creates a new XMLC14NWithComments instance.
XMLC14NWithComments(XSAlgorithmIdentifier c14nMethod)
          Creates a new XMLC14NWithComments instance.

 

Method Summary

 

Methods inherited from class oracle.security.xmlsec.c14n.XMLC14N
canonicalize, canonicalize, canonicalize, canonicalize, canonicalize, canonicalize

 

Methods inherited from class oracle.security.xmlsec.c14n.Canonicalizer
canonicalizeToStream, canonicalizeToStream, canonicalizeToStream, canonicalizeToStream, canonicalizeToStream, canonicalizeToStream, getAlgorithURI, getC14NMethod, getInclusiveNSPrefixList, getInstance, getInstance, getInstance, getInstance, setInclusiveNSPrefixList

 

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

 

Constructor Detail

XMLC14NWithComments

public XMLC14NWithComments()
Creates a new XMLC14NWithComments instance.

XMLC14NWithComments

public XMLC14NWithComments(XSAlgorithmIdentifier c14nMethod)
Creates a new XMLC14NWithComments instance.
Parameters:
c14nMethod - A XSAlgorithmIdentifier representing a CanonicalizationMethod.
Throws:
java.lang.IllegalArgumentException - If the XSAlgorithmIdentifier is not a valid CanonicalizationMethod.

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05


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