Top Description
javax.xml.crypto.dsig.spec

public Interface C14NMethodParameterSpec

extends TransformParameterSpec
Known Direct Implementers
javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
Imports
javax.xml.crypto.dsig.CanonicalizationMethod

A specification of algorithm parameters for a CanonicalizationMethod Algorithm. The purpose of this interface is to group (and provide type safety for) all canonicalization (C14N) parameter specifications. All canonicalization parameter specifications must implement this interface.
Authors
Sean Mullan, JSR 105 Expert Group
Since
1.6
See Also
CanonicalizationMethod