Uses of Interface
org.apache.xml.security.encryption.Serializer
Packages that use Serializer
-
Uses of Serializer in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement SerializerModifier and TypeClassDescriptionclassConvertsStrings intoNodes and visa versa.classConvertsStrings intoNodes and visa versa.classConvertsStrings intoNodes and visa versa.Methods in org.apache.xml.security.encryption with parameters of type SerializerModifier and TypeMethodDescriptionstatic 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.