Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementParameter
-
Packages that use KeyAgreementParameter Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations.org.opensaml.xmlsec.derivation API components related to key derivation operations.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of KeyAgreementParameter in org.opensaml.xmlsec.agreement
Subinterfaces of KeyAgreementParameter in org.opensaml.xmlsec.agreement Modifier and Type Interface Description interfaceCloneableKeyAgreementParameterA key agreement parameter which is capable of being cloned.interfaceXMLExpressableKeyAgreementParameterA key agreement parameter which is capable of expressing its ownXMLObjectrepresentation.Methods in org.opensaml.xmlsec.agreement that return KeyAgreementParameter Modifier and Type Method Description KeyAgreementParameterCloneableKeyAgreementParameter. clone()Clone the parameter instance.Constructor parameters in org.opensaml.xmlsec.agreement with type arguments of type KeyAgreementParameter Constructor Description KeyAgreementParameters(Collection<KeyAgreementParameter> source)Copy 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.derivation Modifier and Type Interface Description interfaceKeyDerivationComponent 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 KeyAgreementParameter Modifier and Type Field Description private Collection<KeyAgreementParameter>KeyAgreementEncryptionConfiguration. parametersThe collection ofKeyAgreementParameter.Methods in org.opensaml.xmlsec.encryption.support that return types with arguments of type KeyAgreementParameter Modifier and Type Method Description Collection<KeyAgreementParameter>KeyAgreementEncryptionConfiguration. getParameters()Get the collection ofKeyAgreementParameter.Method parameters in org.opensaml.xmlsec.encryption.support with type arguments of type KeyAgreementParameter Modifier and Type Method Description voidKeyAgreementEncryptionConfiguration. setParameters(Collection<KeyAgreementParameter> params)Set the collection ofKeyAgreementParameter.
-