Uses of Interface
org.opensaml.xmlsec.encryption.AgreementMethod
Packages that use AgreementMethod
Package
Description
API components related to key agreement operations.
Implementation components related to key agreement operations.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Interfaces and classes for working with XML KeyInfo elements.
Specific implementations of
KeyInfoProvider
.XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of AgreementMethod in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement with parameters of type AgreementMethodModifier and TypeMethodDescriptionstatic Integer
KeyAgreementSupport.getExplicitKeySize
(AgreementMethod agreementMethod) Look for an explicit key size via anAgreementMethod
's grandparent'sEncryptionMethod
child'sKeySize
child element. -
Uses of AgreementMethod in org.opensaml.xmlsec.agreement.impl
Methods in org.opensaml.xmlsec.agreement.impl with parameters of type AgreementMethodModifier and TypeMethodDescriptionKeyAgreementParametersParser.parse
(AgreementMethod agreementMethod) Parse the specifiedAgreementMethod
into an instance ofKeyAgreementParameters
. -
Uses of AgreementMethod in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement AgreementMethodMethods in org.opensaml.xmlsec.encryption.impl that return AgreementMethodModifier and TypeMethodDescriptionAgreementMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.AgreementMethodBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of AgreementMethod in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl with type parameters of type AgreementMethodModifier and TypeFieldDescriptionprivate final XMLObjectBuilder<AgreementMethod>
KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.agreementMethodBuilder
Builder for AgreementMethod objects.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type AgreementMethodModifier and TypeMethodDescriptionprivate void
KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processAgreementParameters
(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) private void
KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processOriginatorKeyInfo
(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) Process theKeyAgreementCredential.getOriginatorCredential()
.private void
KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.processRecipientKeyInfo
(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential) -
Uses of AgreementMethod in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider with parameters of type AgreementMethodModifier and TypeMethodDescriptionprivate String
AgreementMethodKeyInfoProvider.resolveKeyAlgorithm
(AgreementMethod agreementMethod) Resolve the encryption algorithm URI to be used with the derived key.private Credential
AgreementMethodKeyInfoProvider.resolveOriginatorCredential
(AgreementMethod agreementMethod, KeyInfoCredentialResolver resolver) Resolve the originatorCredential
from theOriginatorKeyInfo
element.private Credential
AgreementMethodKeyInfoProvider.resolveRecipientCredential
(AgreementMethod agreementMethod, KeyInfoCredentialResolver resolver) Resolve the recipientCredential
from theRecipientKeyInfo
element. -
Uses of AgreementMethod in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type AgreementMethodModifier and TypeMethodDescriptionKeyInfo.getAgreementMethods()
Get the list of AgreementMethod child elements. -
Uses of AgreementMethod in org.opensaml.xmlsec.signature.impl
Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type AgreementMethodModifier and TypeMethodDescriptionKeyInfoImpl.getAgreementMethods()
Get the list of AgreementMethod child elements.