Uses of Interface
org.opensaml.xmlsec.encryption.AgreementMethod
-
Packages that use AgreementMethod Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations.org.opensaml.xmlsec.agreement.impl Implementation components related to key agreement operations.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements.org.opensaml.xmlsec.keyinfo.impl.provider Specific implementations ofKeyInfoProvider.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl 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 AgreementMethod Modifier and Type Method Description static IntegerKeyAgreementSupport. getExplicitKeySize(AgreementMethod agreementMethod)Look for an explicit key size via anAgreementMethod's grandparent'sEncryptionMethodchild'sKeySizechild element. -
Uses of AgreementMethod in org.opensaml.xmlsec.agreement.impl
Methods in org.opensaml.xmlsec.agreement.impl with parameters of type AgreementMethod Modifier and Type Method Description KeyAgreementParametersKeyAgreementParametersParser. parse(AgreementMethod agreementMethod)Parse the specifiedAgreementMethodinto an instance ofKeyAgreementParameters. -
Uses of AgreementMethod in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement AgreementMethod Modifier and Type Class Description classAgreementMethodImplConcrete implementation ofAgreementMethod.Methods in org.opensaml.xmlsec.encryption.impl that return AgreementMethod Modifier and Type Method Description AgreementMethodAgreementMethodBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.AgreementMethodAgreementMethodBuilder. 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 AgreementMethod Modifier and Type Field Description private XMLObjectBuilder<AgreementMethod>KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator. agreementMethodBuilderBuilder for AgreementMethod objects.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type AgreementMethod Modifier and Type Method Description private voidKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator. processAgreementParameters(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential)private voidKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator. processOriginatorKeyInfo(KeyInfo keyInfo, AgreementMethod agreementMethod, KeyAgreementCredential credential)Process theKeyAgreementCredential.getOriginatorCredential().private voidKeyAgreementKeyInfoGeneratorFactory.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 AgreementMethod Modifier and Type Method Description private StringAgreementMethodKeyInfoProvider. resolveKeyAlgorithm(AgreementMethod agreementMethod)Resolve the encryption algorithm URI to be used with the derived key.private CredentialAgreementMethodKeyInfoProvider. resolveOriginatorCredential(AgreementMethod agreementMethod, KeyInfoCredentialResolver resolver)Resolve the originatorCredentialfrom theOriginatorKeyInfoelement.private CredentialAgreementMethodKeyInfoProvider. resolveRecipientCredential(AgreementMethod agreementMethod, KeyInfoCredentialResolver resolver)Resolve the recipientCredentialfrom theRecipientKeyInfoelement. -
Uses of AgreementMethod in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type AgreementMethod Modifier and Type Method Description List<AgreementMethod>KeyInfo. 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 AgreementMethod Modifier and Type Method Description List<AgreementMethod>KeyInfoImpl. getAgreementMethods()Get the list of AgreementMethod child elements.
-