public interface

TransformParameterSpec

implements AlgorithmParameterSpec
javax.xml.crypto.dsig.spec.TransformParameterSpec
Known Indirect Subclasses

Class Overview

A specification of algorithm parameters for a Transform algorithm. The purpose of this interface is to group (and provide type safety for) all transform parameter specifications. All transform parameter specifications must implement this interface.

See Also