Uses of Interface
org.opensaml.xmlsec.encryption.KeySize
Packages that use KeySize
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 KeySize in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeySizeMethods in org.opensaml.xmlsec.encryption with parameters of type KeySizeModifier and TypeMethodDescriptionvoidEncryptionMethod.setKeySize(KeySize newKeySize) Sets the KeySize child element. -
Uses of KeySize in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement KeySizeFields in org.opensaml.xmlsec.encryption.impl declared as KeySizeModifier and TypeFieldDescriptionprivate KeySizeEncryptionMethodImpl.keySizeKeySize child element value.Methods in org.opensaml.xmlsec.encryption.impl that return KeySizeModifier and TypeMethodDescriptionKeySizeBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeySizeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptionMethodImpl.getKeySize()Gets the KeySize child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KeySizeModifier and TypeMethodDescriptionvoidEncryptionMethodImpl.setKeySize(KeySize newKeySize) Sets the KeySize child element.