Uses of Class
org.apache.xml.security.encryption.params.KeyAgreementParameters
-
Packages that use KeyAgreementParameters Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys.content org.apache.xml.security.utils -
-
Uses of KeyAgreementParameters in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyAgreementParameters Modifier and Type Method Description static 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 KeyAgreementParameters Modifier and Type Method Description voidXMLCipher. 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 KeyAgreementParameters Constructor Description AgreementMethodImpl(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 KeyAgreementParameters Modifier and Type Method Description static SecretKeyKeyUtils. aesWrapKeyWithDHGeneratedKey(KeyAgreementParameters parameterSpec)Method generates a secret key for given KeyAgreementParameterSpec.
-