Uses of Interface
org.opensaml.xmlsec.encryption.KeyLength
Packages that use KeyLength
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 KeyLength in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeyLengthMethods in org.opensaml.xmlsec.encryption with parameters of type KeyLengthModifier and TypeMethodDescriptionvoidPBKDF2Params.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 KeyLengthFields in org.opensaml.xmlsec.encryption.impl declared as KeyLengthModifier and TypeFieldDescriptionprivate KeyLengthPBKDF2ParamsImpl.keyLengthKeyLength child element.Methods in org.opensaml.xmlsec.encryption.impl that return KeyLengthModifier and TypeMethodDescriptionKeyLengthBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeyLengthBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PBKDF2ParamsImpl.getKeyLength()Get the KeyLength child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KeyLengthModifier and TypeMethodDescriptionvoidPBKDF2ParamsImpl.setKeyLength(KeyLength length) Set the KeyLength child element.