Class Decode

    • Constructor Detail

      • Decode

        public Decode()
    • Method Detail

      • call

        public Object call​(Properties bindings,
                           Object[] args)
        Decodes 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 decoded string.