Uses of Interface
org.opensaml.xmlsec.encryption.KeyDerivationMethod
Packages that use KeyDerivationMethod
Package
Description
Implementation components related to key derivation operations.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of KeyDerivationMethod in org.opensaml.xmlsec.derivation.impl
Methods in org.opensaml.xmlsec.derivation.impl with parameters of type KeyDerivationMethodModifier and TypeMethodDescriptionstatic ConcatKDFConcatKDF.fromXMLObject(KeyDerivationMethod xmlObject) Create and initialize a new instance from the specifiedXMLObject.static PBKDF2PBKDF2.fromXMLObject(KeyDerivationMethod xmlObject) Create and initialize a new instance from the specifiedXMLObject. -
Uses of KeyDerivationMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeyDerivationMethodModifier and TypeMethodDescriptionDerivedKey.getKeyDerivationMethod()Get the KeyDerivationMethod child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeyDerivationMethodModifier and TypeMethodDescriptionvoidDerivedKey.setKeyDerivationMethod(KeyDerivationMethod method) Set the KeyDerivationMethod child element. -
Uses of KeyDerivationMethod in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KeyDerivationMethodFields in org.opensaml.xmlsec.encryption.impl declared as KeyDerivationMethodModifier and TypeFieldDescriptionprivate KeyDerivationMethodDerivedKeyImpl.keyDerivationMethodKeyDerivationMethod child element.Methods in org.opensaml.xmlsec.encryption.impl that return KeyDerivationMethodModifier and TypeMethodDescriptionKeyDerivationMethodBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeyDerivationMethodBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.DerivedKeyImpl.getKeyDerivationMethod()Get the KeyDerivationMethod child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KeyDerivationMethodModifier and TypeMethodDescriptionvoidDerivedKeyImpl.setKeyDerivationMethod(KeyDerivationMethod method) Set the KeyDerivationMethod child element.