Uses of Interface
org.opensaml.xmlsec.encryption.KeySize
-
Packages that use KeySize 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 KeySize in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeySize Modifier and Type Method Description KeySizeEncryptionMethod. getKeySize()Gets the KeySize child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeySize Modifier and Type Method Description voidEncryptionMethod. 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 KeySize Modifier and Type Class Description classKeySizeImplConcrete implementation ofKeySize.Fields in org.opensaml.xmlsec.encryption.impl declared as KeySize Modifier and Type Field Description private KeySizeEncryptionMethodImpl. keySizeKeySize child element value.Methods in org.opensaml.xmlsec.encryption.impl that return KeySize Modifier and Type Method Description KeySizeKeySizeBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.KeySizeKeySizeBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.KeySizeEncryptionMethodImpl. getKeySize()Gets the KeySize child element.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type KeySize Modifier and Type Method Description voidEncryptionMethodImpl. setKeySize(KeySize newKeySize)Sets the KeySize child element.
-