com.ibm.websphere.wssecurity.wssapi.spec

Class ExcC14NParameterSpec

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wssecurity.wssapi.spec.ExcC14NParameterSpec
All implemented interfaces:
TransformParameterSpec, java.io.Serializable, java.security.spec.AlgorithmParameterSpec

  1. public class ExcC14NParameterSpec
  2. extends java.lang.Object
  3. implements TransformParameterSpec, java.io.Serializable
This is the parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm. The parameters include an optional inclusive namespace prefix list. This class is defined in the Java Specification Requests 105.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
DEFAULT
Indicates the default namespace : #default.

Constructor Summary

Constructor and Description
ExcC14NParameterSpec()
Class constructor.
ExcC14NParameterSpec(java.util.List prefixList)
Class constructor.

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getPrefixList()
Returns the list of the inclusive namespace prefixes.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

DEFAULT

  1. public static final java.lang.String DEFAULT
Indicates the default namespace : #default.
See Also:

Constructor Detail

ExcC14NParameterSpec

  1. public ExcC14NParameterSpec()
Class constructor.

ExcC14NParameterSpec

  1. public ExcC14NParameterSpec(java.util.List prefixList)
  2. throws java.lang.NullPointerException
  3. java.lang.ClassCastException
Class constructor.
Parameters:
prefixList - inclusive namespace prefix list. Each entry in the list is a String that represents a namespace prefix.
Throws:
java.lang.NullPointerException - if the prefixList is null
java.lang.ClassCastException - if any of the entries in the list are not of type String

Method Detail

getPrefixList

  1. public java.util.List getPrefixList( )
Returns the list of the inclusive namespace prefixes. Each entry in the list is a String that represents a namespace prefix. This implementation returns an unmodifiable list.
Returns:
list of the inclusive namespace prefix