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 with parameters of type Serializer Modifier and Type Method Description static XMLCipherXMLCipher. getInstance(Serializer serializer, String transformation)Returns anXMLCipherthat implements the specified transformation, operates on the specified context document and serializes the document with the specified serializer before it encrypts the document.static XMLCipherXMLCipher. getProviderInstance(Serializer serializer, String transformation, String provider, String digestMethod)Returns anXMLCipherthat implements the specified transformation, operates on the specified context document and serializes the document with the specified Serializer before it encrypts the document.
-