Class DigestQuote


  • public class DigestQuote
    extends Object
    Utility class used to convert string to quoted strings
    Author:
    Peter Skopek
    • Method Detail

      • quote

        public static String quote​(String inputStr)
        Creates new String quoted by SASL rules.
        Parameters:
        inputStr - String to be quoted
        Returns:
      • quote

        public static byte[] quote​(byte[] input)