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.agreement.impl Implementation components related to key agreement operations.org.opensaml.xmlsec.derivation API components related to key derivation operations.org.opensaml.xmlsec.derivation.impl Implementation 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.agreement.impl
Classes in org.opensaml.xmlsec.agreement.impl that implement KeyAgreementParameter Modifier and Type Class Description classDigestMethodKey agreement parameter to support use ofDigestMethodvalues.classKANonceKey agreement parameter to support use ofKANoncevalues.classKeySizeKey agreement parameter used to explicitly represent the size of the derived key.classPrivateCredentialKey agreement parameter used to pass a Credential holding a required private key.classStaticStaticModeKey agreement parameter whose presence indicates Static-Static mode is being used.Methods in org.opensaml.xmlsec.agreement.impl that return KeyAgreementParameter Modifier and Type Method Description KeyAgreementParameterDigestMethod.Parser. parse(XMLObject xmlObject)Parse the specifiedXMLObjectinto aKeyAgreementParameter.KeyAgreementParameterKANonce.Parser. parse(XMLObject xmlObject)Parse the specifiedXMLObjectinto aKeyAgreementParameter.KeyAgreementParameterKeyAgreementParameterParser. parse(XMLObject xmlObject)Parse the specifiedXMLObjectinto aKeyAgreementParameter. -
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.derivation.impl
Classes in org.opensaml.xmlsec.derivation.impl that implement KeyAgreementParameter Modifier and Type Class Description classConcatKDFImplementation of ConcatKDF key derivation as defined in XML Encryption 1.1.classPBKDF2Implementation of PBKDF2 key derivation as defined in XML Encryption 1.1.Methods in org.opensaml.xmlsec.derivation.impl that return KeyAgreementParameter Modifier and Type Method Description KeyAgreementParameterConcatKDF.Parser. parse(XMLObject xmlObject)Parse the specifiedXMLObjectinto aKeyAgreementParameter.KeyAgreementParameterPBKDF2.Parser. parse(XMLObject xmlObject)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 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.
-