javax.xml.crypto.enc.spec
Interface AgreementMethodParameterSpec
All Superinterfaces:
java.security.spec.AlgorithmParameterSpec
All known implementing classes:
- public interface AgreementMethodParameterSpec
- extends java.security.spec.AlgorithmParameterSpec
AgreementMethod
algorithm. The purpose of this interface is to group (and provide type
safety for) all agreement method parameter specifications. All agreement
method parameter specifications must implement this interface.
See Also: