|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeySize | |
|---|---|
| org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
| org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
| Uses of KeySize in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return KeySize | |
|---|---|
KeySize |
EncryptionMethod.getKeySize()
Gets the KeySize child element. |
| Methods in org.opensaml.xml.encryption with parameters of type KeySize | |
|---|---|
void |
EncryptionMethod.setKeySize(KeySize newKeySize)
Sets the KeySize child element. |
| Uses of KeySize in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement KeySize | |
|---|---|
class |
KeySizeImpl
Concrete implementation of KeySize |
| Methods in org.opensaml.xml.encryption.impl that return KeySize | |
|---|---|
KeySize |
KeySizeBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
KeySize |
KeySizeBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
KeySize |
EncryptionMethodImpl.getKeySize()
Gets the KeySize child element. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type KeySize | |
|---|---|
void |
EncryptionMethodImpl.setKeySize(KeySize newKeySize)
Sets the KeySize child element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||