| Package | Description |
|---|---|
| org.apache.xml.security.encryption |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSerializer
Converts
Strings into Nodes and visa versa. |
class |
DocumentSerializer
Converts
Strings into Nodes and visa versa. |
class |
TransformSerializer
Converts
Strings into Nodes and visa versa. |
| Modifier and Type | Method and Description |
|---|---|
static XMLCipher |
XMLCipher.getInstance(Serializer serializer,
String transformation)
Returns an
XMLCipher that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified serializer before it
encrypts the document. |
static XMLCipher |
XMLCipher.getProviderInstance(Serializer serializer,
String transformation,
String provider,
String digestMethod)
Returns an
XMLCipher that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified Serializer before it encrypts the document. |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.