Interface Serializer

    • Method Detail

      • setCanonicalizer

        void setCanonicalizer​(Canonicalizer canon)
        Set the Canonicalizer object to use.
      • serializeToByteArray

        byte[] serializeToByteArray​(Element element)
                             throws Exception
        Returns a byte[] representation of the specified Element.
        Parameters:
        element - the Element to serialize.
        Returns:
        the byte[] representation of the serilaized Element.
        Throws:
        Exception
      • serializeToByteArray

        byte[] serializeToByteArray​(NodeList content)
                             throws Exception
        Returns a byte[] representation of the specified NodeList.
        Parameters:
        content - the NodeList to serialize.
        Returns:
        the byte[] representation of the serialized NodeList.
        Throws:
        Exception
      • canonSerializeToByteArray

        byte[] canonSerializeToByteArray​(Node node)
                                  throws Exception
        Use the Canonicalizer to serialize the node
        Parameters:
        node -
        Returns:
        the (byte[]) canonicalization of the node
        Throws:
        Exception