Class Encode

    • Constructor Detail

      • Encode

        public Encode()
    • Method Detail

      • call

        public Object call​(Properties bindings,
                           Object[] args)
        Encodes a string using a given encoding. Encodings include Base16, Base32Hex, Base32, Base64, and Base64Url.
        Specified by:
        call in interface Function
        Parameters:
        args - Arguments to the function.
        bindings - the evaluation context
        Returns:
        The encoded string.