Uses of Interface
org.opensaml.xmlsec.encryption.PBKDF2Params
Packages that use PBKDF2Params
Package
Description
Implementation components related to key derivation operations.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of PBKDF2Params in org.opensaml.xmlsec.derivation.impl
Methods in org.opensaml.xmlsec.derivation.impl with parameters of type PBKDF2ParamsModifier and TypeMethodDescriptionprivate static PBKDF2PBKDF2.validateAndSetXMLObjectParameters(PBKDF2Params xmlParams) Validate thePBKDF2Paramsinstance. -
Uses of PBKDF2Params in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement PBKDF2ParamsMethods in org.opensaml.xmlsec.encryption.impl that return PBKDF2ParamsModifier and TypeMethodDescriptionPBKDF2ParamsBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.PBKDF2ParamsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.