Uses of Interface
org.opensaml.xmlsec.encryption.IterationCount
Packages that use IterationCount
Package
Description
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 IterationCount in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return IterationCountModifier and TypeMethodDescriptionPBKDF2Params.getIterationCount()
Get the IterationCount child element.Methods in org.opensaml.xmlsec.encryption with parameters of type IterationCountModifier and TypeMethodDescriptionvoid
PBKDF2Params.setIterationCount
(IterationCount count) Set the IterationCount child element. -
Uses of IterationCount in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement IterationCountFields in org.opensaml.xmlsec.encryption.impl declared as IterationCountModifier and TypeFieldDescriptionprivate IterationCount
PBKDF2ParamsImpl.iterationCount
IterationCount child element.Methods in org.opensaml.xmlsec.encryption.impl that return IterationCountModifier and TypeMethodDescriptionIterationCountBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.IterationCountBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PBKDF2ParamsImpl.getIterationCount()
Get the IterationCount child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type IterationCountModifier and TypeMethodDescriptionvoid
PBKDF2ParamsImpl.setIterationCount
(IterationCount count) Set the IterationCount child element.