- All Superinterfaces:
- java.security.spec.AlgorithmParameterSpec
- All Known Implementing Classes:
- ExcC14NParameterSpec, XPathFilter2ParameterSpec
public interface TransformParameterSpec
extends java.security.spec.AlgorithmParameterSpec
This is a specification of the algorithm parameter for the 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.
This class is defined in the Java Specification Requests 105.