Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementParameter
Packages that use KeyAgreementParameter
Package
Description
API components related to key agreement operations.
API 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.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.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.