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 classAbstractSerializerConvertsStrings intoNodes and visa versa.classDocumentSerializerConvertsStrings intoNodes and visa versa.classTransformSerializerConvertsStrings intoNodes and visa versa.Methods in org.apache.xml.security.encryption that return Serializer Modifier and Type Method Description SerializerXMLCipher. getSerializer()Get the Serializer algorithm to useMethods in org.apache.xml.security.encryption with parameters of type Serializer Modifier and Type Method Description voidXMLCipher. setSerializer(Serializer serializer)Set the Serializer algorithm to use
-