public class ScramAttributeValue extends AbstractCharAttributeValue
| Constructor and Description |
|---|
ScramAttributeValue(ScramAttributes attribute,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static ScramAttributeValue |
parse(String value)
Parses a potential ScramAttributeValue String.
|
static StringBuffer |
writeTo(StringBuffer sb,
ScramAttributes attribute,
String value) |
getChar, getValue, writeTotoStringpublic ScramAttributeValue(ScramAttributes attribute, String value)
public static StringBuffer writeTo(StringBuffer sb, ScramAttributes attribute, String value)
public static ScramAttributeValue parse(String value) throws ScramParseException
value - The string that contains the Attribute-Value pair.ScramParseException - If the argument is empty or an invalid Attribute-ValueCopyright © 2017–2020. All rights reserved.