com.ibm.websphere.wssecurity.wssapi.spec
Class ExcC14NParameterSpec
- java.lang.Object
com.ibm.websphere.wssecurity.wssapi.spec.ExcC14NParameterSpec
All implemented interfaces:
TransformParameterSpec, java.io.Serializable, java.security.spec.AlgorithmParameterSpec
- public class ExcC14NParameterSpec
- extends java.lang.Object
- implements TransformParameterSpec, java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
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 |
---|---|
|
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
- public static final java.lang.String DEFAULT
Indicates the default namespace : #default.
See Also:
Constructor Detail
ExcC14NParameterSpec
- public ExcC14NParameterSpec()
Class constructor.
ExcC14NParameterSpec
- public ExcC14NParameterSpec(java.util.List prefixList)
- throws java.lang.NullPointerException
- 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
- 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