API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.spec. ExcC14NParameterSpec View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      ExcC14NParameterSpec
Implements
 C14NMethodParameterSpec
Subclasses
Description
publicfinal class ExcC14NParameterSpec
  Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm.
See also:    CanonicalizationMethod
Constructors
public ExcC14NParameterSpec ()
Creates a ExcC14NParameterSpec with an empty prefix list.
public ExcC14NParameterSpec (List prefixList)
  Creates a ExcC14NParameterSpec with the specified list of prefixes.
Methods
Hide/Show inherited methods
public List getPrefixList ()
  Returns the inclusive namespace prefix list.
Fields
Hide/Show inherited fields
publicfinalstatic String DEFAULT = "#default"
Indicates the default namespace ("#default").
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar