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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]quote(byte[] input)static Stringquote(String inputStr)Creates new String quoted by SASL rules.
-