public class LoginCredentialConverter
extends java.lang.Object
Constructor and Description |
---|
LoginCredentialConverter() |
Modifier and Type | Method and Description |
---|---|
LoginCredential |
decode(byte[] response) |
byte[] |
encode(LoginCredential credentials) |
static LoginCredentialConverter |
instance() |
public byte[] encode(LoginCredential credentials) throws java.lang.Exception
java.lang.Exception
public LoginCredential decode(byte[] response) throws java.lang.Exception
java.lang.Exception
public static LoginCredentialConverter instance()