Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementCredential
Packages that use KeyAgreementCredential
Package
Description
API components related to key agreement operations.
Implementation components related to key agreement operations.
Interfaces and classes for working with XML KeyInfo elements.
-
Uses of KeyAgreementCredential in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement that return KeyAgreementCredentialModifier and TypeMethodDescriptionKeyAgreementProcessor.execute(Credential publicCredential, String keyAlgorithm, KeyAgreementParameters parameters) Perform the key agreement operation and return a new credential representing the results. -
Uses of KeyAgreementCredential in org.opensaml.xmlsec.agreement.impl
Classes in org.opensaml.xmlsec.agreement.impl that implement KeyAgreementCredentialMethods in org.opensaml.xmlsec.agreement.impl that return KeyAgreementCredentialModifier and TypeMethodDescriptionprotected KeyAgreementCredentialAbstractKeyAgreementProcessor.buildKeyAgreementCredential(SecretKey derivedKey, Credential publicCredential, Credential privateCredential, KeyAgreementParameters parameters) Build the finalKeyAgreementCredentialfrom the given inputs.AbstractKeyAgreementProcessor.execute(Credential publicCredential, String keyAlgorithm, KeyAgreementParameters inputParameters) Perform the key agreement operation and return a new credential representing the results. -
Uses of KeyAgreementCredential in org.opensaml.xmlsec.keyinfo.impl
Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type KeyAgreementCredentialModifier and TypeMethodDescriptionprivate voidKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processAgreementParameters(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) ProcessgetParameters().private voidKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processOriginatorKeyInfo(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) Process thegetOriginatorCredential().private voidKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processRecipientKeyInfo(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) ProcessgetRecipientCredential().