Package org.opensaml.xmlsec.agreement
Interface XMLExpressableKeyAgreementParameter
-
- All Superinterfaces:
KeyAgreementParameter
public interface XMLExpressableKeyAgreementParameter extends KeyAgreementParameter
A key agreement parameter which is capable of expressing its ownXMLObjectrepresentation.Such parameter representations are typically used in populating the
AgreementMethodchild of aKeyInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLObjectbuildXMLObject()Build anXMLObjectinstance representing this parameter.
-