javax.xml.crypto.enc.spec

Interface AgreementMethodParameterSpec

All Superinterfaces:
java.security.spec.AlgorithmParameterSpec
All known implementing classes:
DHAgreementMethodParameterSpec

  1. public interface AgreementMethodParameterSpec
  2. extends java.security.spec.AlgorithmParameterSpec
A specification of algorithm parameters for an XML 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:
AgreementMethod