Uses of Interface
org.apache.xml.security.encryption.AgreementMethod
Packages that use AgreementMethod
Package
Description
-
Uses of AgreementMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return AgreementMethodModifier and TypeMethodDescriptionXMLCipher.createAgreementMethod(String algorithm) Create an AgreementMethod objectMethods in org.apache.xml.security.encryption with parameters of type AgreementMethodModifier and TypeMethodDescriptionstatic KeyAgreementParametersXMLCipherUtil.constructRecipientKeyAgreementParameters(String keyWrapAlgoURI, AgreementMethod agreementMethod, PrivateKey keyAgreementPrivateKey) Construct an KeyAgreementParameterSpec object from the given parameters -
Uses of AgreementMethod in org.apache.xml.security.encryption.keys
Methods in org.apache.xml.security.encryption.keys that return AgreementMethodModifier and TypeMethodDescriptionKeyInfoEnc.itemAgreementMethod(int i) Method itemAgreementMethodMethods in org.apache.xml.security.encryption.keys with parameters of type AgreementMethodModifier and TypeMethodDescriptionvoidKeyInfoEnc.add(AgreementMethod agreementMethod) Method add AgreementMethod to the KeyInfo -
Uses of AgreementMethod in org.apache.xml.security.encryption.keys.content
Classes in org.apache.xml.security.encryption.keys.content that implement AgreementMethodModifier and TypeClassDescriptionclassThe implementation of the AgreementMethod interface.