com.ibm.websphere.wssecurity.wssapi.spec
Interface TransformParameterSpec
All Superinterfaces:
java.security.spec.AlgorithmParameterSpec
All known implementing classes:
- 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.