Package | Description |
---|---|
org.apache.xml.security.encryption |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializer
Converts
String s into Node s and visa versa. |
class |
DocumentSerializer
Converts
String s into Node s and visa versa. |
class |
TransformSerializer
Converts
String s into Node s 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–2024 The Apache Software Foundation. All rights reserved.