Uses of Interface
org.opensaml.xmlsec.encryption.IterationCount
-
Packages that use IterationCount Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of IterationCount in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return IterationCount Modifier and Type Method Description IterationCountPBKDF2Params. getIterationCount()Get the IterationCount child element.Methods in org.opensaml.xmlsec.encryption with parameters of type IterationCount Modifier and Type Method Description voidPBKDF2Params. setIterationCount(IterationCount count)Set the IterationCount child element.
-