Uses of Interface
org.apache.xml.security.encryption.AgreementMethod
-
Packages that use AgreementMethod Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys org.apache.xml.security.encryption.keys.content -
-
Uses of AgreementMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return AgreementMethod Modifier and Type Method Description AgreementMethodXMLCipher. createAgreementMethod(String algorithm)Create an AgreementMethod objectMethods in org.apache.xml.security.encryption with parameters of type AgreementMethod Modifier and Type Method Description static 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 AgreementMethod Modifier and Type Method Description AgreementMethodKeyInfoEnc. itemAgreementMethod(int i)Method itemAgreementMethodMethods in org.apache.xml.security.encryption.keys with parameters of type AgreementMethod Modifier and Type Method Description voidKeyInfoEnc. 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 AgreementMethod Modifier and Type Class Description classAgreementMethodImplThe implementation of the AgreementMethod interface.
-