Class DigestQuote
- java.lang.Object
-
- org.wildfly.security.mechanism.digest.DigestQuote
-
public class DigestQuote extends Object
Utility class used to convert string to quoted strings- Author:
- Peter Skopek
-
-
Field Summary
Fields Modifier and Type Field Description private static char
QUOTE
-
Constructor Summary
Constructors Modifier Constructor Description private
DigestQuote()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
quote(byte[] input)
static String
quote(String inputStr)
Creates new String quoted by SASL rules.private static boolean
quoteNeeded(char ch)
-
-
-
Field Detail
-
QUOTE
private static final char QUOTE
- See Also:
- Constant Field Values
-
-