Class ScramAttributeValue

    • Constructor Detail

      • ScramAttributeValue

        public ScramAttributeValue​(ScramAttributes attribute,
                                   java.lang.String value)
    • Method Detail

      • writeTo

        public static java.lang.StringBuffer writeTo​(java.lang.StringBuffer sb,
                                                     ScramAttributes attribute,
                                                     java.lang.String value)
      • parse

        public static ScramAttributeValue parse​(java.lang.String value)
                                         throws ScramParseException
        Parses a potential ScramAttributeValue String.
        Parameters:
        value - The string that contains the Attribute-Value pair.
        Returns:
        The parsed class
        Throws:
        ScramParseException - If the argument is empty or an invalid Attribute-Value