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. -
-
Uses of KeySize in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeySize Modifier and Type Method Description KeySize
EncryptionMethod. getKeySize()
Gets the KeySize child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeySize Modifier and Type Method Description void
EncryptionMethod. setKeySize(KeySize newKeySize)
Sets the KeySize child element.
-