public interface BinaryToTextEncoder
extends java.io.Serializable
PasswordHashers to turn encrypted
 passwords into an easily manipulated string.Implementations must be serializable.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
encode(byte[] pBytes)
Returns a string representation of a series of bytes. 
 | 
static final java.lang.String CLASS_VERSION