public final class PasswordConverter extends Object
Modifier and Type | Field and Description |
---|---|
static CharToByteConverter |
ASCII
Do a straight char[] to 8 bit conversion.
|
static CharToByteConverter |
PKCS12
Do char[] to BMP conversion (i.e.
|
static CharToByteConverter |
UTF8
Do a char[] conversion by producing UTF-8 data.
|
Constructor and Description |
---|
PasswordConverter() |
public static final CharToByteConverter ASCII
public static final CharToByteConverter UTF8
public static final CharToByteConverter PKCS12