Package com.impossibl.postgres.protocol.sasl.scram.util
-
Interface Summary Interface Description CharAttribute Represents an attribute (a key name) that is represented by a single char.CharAttributeValue Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.StringWritable Interface to denote classes which can write to a StringBuffer. -
Class Summary Class Description AbstractCharAttributeValue Construct and write generic CharAttribute-Value pairs.AbstractStringWritable Basic implementation of the StringWritable interface, that overrides the toString() method.CryptoUtil Utility static methods for cryptography related tasks.Preconditions Simple methods similar to Precondition class.StringWritableCsv Helper class to generate Comma Separated Values ofStringWritable
sUsAsciiUtils