CharAttribute, CharAttributeValue, StringWritablepublic class ScramAttributeValue extends AbstractCharAttributeValue
| Constructor | Description |
|---|---|
ScramAttributeValue(ScramAttributes attribute,
String value) |
| Modifier and Type | Method | 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–2018. All rights reserved.