|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.xmlsec.c14n.Canonicalizer
oracle.security.xmlsec.c14n.ExclusiveC14N
oracle.security.xmlsec.c14n.ExclusiveC14NWithComments
Implementation of Exclusive XML Canonicalization version 1.0 with comments processing.
Field Summary |
Fields inherited from class oracle.security.xmlsec.c14n.Canonicalizer |
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. |
Methods inherited from class oracle.security.xmlsec.c14n.ExclusiveC14N |
canonicalize, canonicalize, canonicalize, canonicalize, canonicalize, canonicalize, getInclusiveNSPrefixList |
Methods inherited from class oracle.security.xmlsec.c14n.Canonicalizer |
getC14NMethod, getInstance, getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExclusiveC14NWithComments()
ExclusiveC14NWithComments
instance.public ExclusiveC14NWithComments(java.lang.String inclusiveNSList)
ExclusiveC14NWithComments
instance.inclusiveNSList
- A list of namespaces to be included as per XML-C14N.public ExclusiveC14NWithComments(XSAlgorithmIdentifier c14nMethod)
ExclusiveC14NWithComments
instance.c14nMethod
- A XSAlgorithmIdentifier
representing a CanonicalizationMethod.java.lang.IllegalArgumentException
- If the XSAlgorithmIdentifier
is not a valid CanonicalizationMethod.
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |