|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transforms | |
|---|---|
| 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. |
| org.opensaml.xml.encryption.validator | |
| Uses of Transforms in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return Transforms | |
|---|---|
Transforms |
CipherReference.getTransforms()
Get the Transforms child element, which describes which transformations to apply when dereferencing the data. |
| Methods in org.opensaml.xml.encryption with parameters of type Transforms | |
|---|---|
void |
CipherReference.setTransforms(Transforms newTransforms)
Set the Transforms child element, which describes which transformations to apply when dereferencing the data. |
| Uses of Transforms in org.opensaml.xml.encryption.impl |
|---|
| Methods in org.opensaml.xml.encryption.impl that return Transforms | |
|---|---|
Transforms |
TransformsBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
Transforms |
TransformsBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
Transforms |
CipherReferenceImpl.getTransforms()
Get the Transforms child element, which describes which transformations to apply when dereferencing the data. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type Transforms | |
|---|---|
void |
CipherReferenceImpl.setTransforms(Transforms newTransforms)
Set the Transforms child element, which describes which transformations to apply when dereferencing the data. |
| Uses of Transforms in org.opensaml.xml.encryption.validator |
|---|
| Methods in org.opensaml.xml.encryption.validator with parameters of type Transforms | |
|---|---|
void |
TransformsSchemaValidator.validate(Transforms xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
TransformsSchemaValidator.validateTransforms(Transforms xmlObject)
Validate the transforms. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||