Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementParameter
Packages that use KeyAgreementParameter
Package
Description
API components related to key agreement operations.
Implementation components related to key agreement operations.
API components related to key derivation operations.
Implementation components related to key derivation operations.
Functional support for XML Encryption.
-
Uses of KeyAgreementParameter in org.opensaml.xmlsec.agreement
Subinterfaces of KeyAgreementParameter in org.opensaml.xmlsec.agreementModifier and TypeInterfaceDescriptioninterfaceA key agreement parameter which is capable of being cloned.interfaceA key agreement parameter which is capable of expressing its ownXMLObjectrepresentation.Methods in org.opensaml.xmlsec.agreement that return KeyAgreementParameterModifier and TypeMethodDescriptionCloneableKeyAgreementParameter.clone()Clone the parameter instance.Constructor parameters in org.opensaml.xmlsec.agreement with type arguments of type KeyAgreementParameterModifierConstructorDescriptionCopy constructor.KeyAgreementParameters(Collection<KeyAgreementParameter> source, boolean clone) Copy constructor with parameter clone option. -
Uses of KeyAgreementParameter in org.opensaml.xmlsec.agreement.impl
Classes in org.opensaml.xmlsec.agreement.impl that implement KeyAgreementParameterModifier and TypeClassDescriptionclassKey agreement parameter to support use ofDigestMethodvalues.classKey agreement parameter to support use ofKANoncevalues.classKey agreement parameter used to explicitly represent the size of the derived key.classKey agreement parameter used to pass a Credential holding a required private key.classKey agreement parameter whose presence indicates Static-Static mode is being used.Methods in org.opensaml.xmlsec.agreement.impl that return KeyAgreementParameterModifier and TypeMethodDescriptionParse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter. -
Uses of KeyAgreementParameter in org.opensaml.xmlsec.derivation
Subinterfaces of KeyAgreementParameter in org.opensaml.xmlsec.derivationModifier and TypeInterfaceDescriptioninterfaceComponent which represents a specific key derivation algorithm, and supports deriving a newSecretKeyvia that algorithm. -
Uses of KeyAgreementParameter in org.opensaml.xmlsec.derivation.impl
Classes in org.opensaml.xmlsec.derivation.impl that implement KeyAgreementParameterModifier and TypeClassDescriptionclassImplementation of ConcatKDF key derivation as defined in XML Encryption 1.1.classImplementation of PBKDF2 key derivation as defined in XML Encryption 1.1.Methods in org.opensaml.xmlsec.derivation.impl that return KeyAgreementParameterModifier and TypeMethodDescriptionParse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter. -
Uses of KeyAgreementParameter in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support with type parameters of type KeyAgreementParameterModifier and TypeFieldDescriptionprivate Collection<KeyAgreementParameter>KeyAgreementEncryptionConfiguration.parametersThe collection ofKeyAgreementParameter.Methods in org.opensaml.xmlsec.encryption.support that return types with arguments of type KeyAgreementParameterModifier and TypeMethodDescriptionKeyAgreementEncryptionConfiguration.getParameters()Get the collection ofKeyAgreementParameter.Method parameters in org.opensaml.xmlsec.encryption.support with type arguments of type KeyAgreementParameterModifier and TypeMethodDescriptionvoidKeyAgreementEncryptionConfiguration.setParameters(Collection<KeyAgreementParameter> params) Set the collection ofKeyAgreementParameter.