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(String transformation,
Serializer serializer)
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(String transformation,
String provider,
Serializer serializer,
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–2020 The Apache Software Foundation. All rights reserved.