Uses of Class
org.apache.xml.security.encryption.params.KeyAgreementParameters
Packages that use KeyAgreementParameters
Package
Description
-
Uses of KeyAgreementParameters in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyAgreementParametersModifier and TypeMethodDescriptionstatic KeyAgreementParametersXMLCipherUtil.constructAgreementParameters(String agreementAlgorithmURI, KeyAgreementParameters.ActorType actorType, KeyDerivationParameters keyDerivationParameter, PrivateKey keyAgreementPrivateKey, PublicKey keyAgreementPublicKey) Construct an KeyAgreementParameterSpec object from the given parametersstatic KeyAgreementParametersXMLCipherUtil.constructRecipientKeyAgreementParameters(String keyWrapAlgoURI, AgreementMethod agreementMethod, PrivateKey keyAgreementPrivateKey) Construct an KeyAgreementParameterSpec object from the given parametersMethods in org.apache.xml.security.encryption with parameters of type KeyAgreementParametersModifier and TypeMethodDescriptionvoidXMLCipher.validateAndUpdateKeyAgreementParameterKeys(KeyAgreementParameters keyAgreementParameter) Method validates and updates if needed the KeyAgreementParameterSpec with the required keys. -
Uses of KeyAgreementParameters in org.apache.xml.security.encryption.keys.content
Constructors in org.apache.xml.security.encryption.keys.content with parameters of type KeyAgreementParametersModifierConstructorDescriptionAgreementMethodImpl(Document doc, KeyAgreementParameters keyAgreementParameter) Constructor AgreementMethodImpl for generating AgreementMethod from scratch based onKeyAgreementParameters. -
Uses of KeyAgreementParameters in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils with parameters of type KeyAgreementParametersModifier and TypeMethodDescriptionstatic SecretKeyKeyUtils.aesWrapKeyWithDHGeneratedKey(KeyAgreementParameters parameterSpec) Method generates a secret key for given KeyAgreementParameterSpec.