Uses of Class
org.opensaml.xmlsec.agreement.KeyAgreementParameters
-
Packages that use KeyAgreementParameters Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations. -
-
Uses of KeyAgreementParameters in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement that return KeyAgreementParameters Modifier and Type Method Description KeyAgreementParametersKeyAgreementCredential. getParameters()The parameters to the key agreement operation.Methods in org.opensaml.xmlsec.agreement with parameters of type KeyAgreementParameters Modifier and Type Method Description KeyAgreementCredentialKeyAgreementProcessor. execute(Credential publicCredential, String keyAlgorithm, KeyAgreementParameters parameters)Perform the key agreement operation and return a new credential representing the results.
-