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 ExclusiveC14NWithComments

java.lang.Object
  extended by oracle.security.xmlsec.c14n.Canonicalizer
      extended by oracle.security.xmlsec.c14n.ExclusiveC14N
          extended by oracle.security.xmlsec.c14n.ExclusiveC14NWithComments


public class ExclusiveC14NWithComments
extends ExclusiveC14N

Implementation of Exclusive XML Canonicalization version 1.0 with comments processing.

Since:
1.1

Field Summary

 

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

 

Constructor Summary
ExclusiveC14NWithComments()
          Creates a new ExclusiveC14NWithComments instance.
ExclusiveC14NWithComments(java.lang.String inclusiveNSList)
          Creates a new ExclusiveC14NWithComments instance.
ExclusiveC14NWithComments(XSAlgorithmIdentifier c14nMethod)
          Creates a new ExclusiveC14NWithComments instance.

 

Method Summary

 

Methods inherited from class oracle.security.xmlsec.c14n.ExclusiveC14N
canonicalize, canonicalize, canonicalize, canonicalize, canonicalize, canonicalize, getInclusiveNSPrefixList, setInclusiveNSPrefixList

 

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

 

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

 

Constructor Detail

ExclusiveC14NWithComments

public ExclusiveC14NWithComments()
Creates a new ExclusiveC14NWithComments instance.

ExclusiveC14NWithComments

public ExclusiveC14NWithComments(java.lang.String inclusiveNSList)
Creates a new ExclusiveC14NWithComments instance.
Parameters:
inclusiveNSList - A list of namespaces to be included as per XML-C14N.

ExclusiveC14NWithComments

public ExclusiveC14NWithComments(XSAlgorithmIdentifier c14nMethod)
Creates a new ExclusiveC14NWithComments 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.