Uses of Interface
org.apache.xml.security.encryption.Serializer
-
Packages that use Serializer Package Description org.apache.xml.security.encryption -
-
Uses of Serializer in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement Serializer Modifier and Type Class Description class
AbstractSerializer
ConvertsString
s intoNode
s and visa versa.class
DocumentSerializer
ConvertsString
s intoNode
s and visa versa.class
TransformSerializer
ConvertsString
s intoNode
s and visa versa.Fields in org.apache.xml.security.encryption declared as Serializer Modifier and Type Field Description private Serializer
XMLCipher. serializer
Serializer class for going to/from UTF-8Methods in org.apache.xml.security.encryption that return Serializer Modifier and Type Method Description Serializer
XMLCipher. getSerializer()
Get the Serializer algorithm to useMethods in org.apache.xml.security.encryption with parameters of type Serializer Modifier and Type Method Description void
XMLCipher. setSerializer(Serializer serializer)
Set the Serializer algorithm to use
-