Uses of Interface
org.opensaml.xmlsec.encryption.KeyLength
-
Packages that use KeyLength Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. -
-
Uses of KeyLength in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeyLength Modifier and Type Method Description KeyLengthPBKDF2Params. getKeyLength()Get the KeyLength child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeyLength Modifier and Type Method Description voidPBKDF2Params. setKeyLength(KeyLength length)Set the KeyLength child element. -
Uses of KeyLength in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KeyLength Modifier and Type Class Description classKeyLengthImplConcrete implementation ofIterationCount.Fields in org.opensaml.xmlsec.encryption.impl declared as KeyLength Modifier and Type Field Description private KeyLengthPBKDF2ParamsImpl. keyLengthKeyLength child element.Methods in org.opensaml.xmlsec.encryption.impl that return KeyLength Modifier and Type Method Description KeyLengthKeyLengthBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeyLengthKeyLengthBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.KeyLengthPBKDF2ParamsImpl. getKeyLength()Get the KeyLength child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KeyLength Modifier and Type Method Description voidPBKDF2ParamsImpl. setKeyLength(KeyLength length)Set the KeyLength child element.
-