public interface Password
Modifier and Type | Field and Description |
---|---|
static int |
HASHED |
static int |
PLAIN_TEXT |
Modifier and Type | Method and Description |
---|---|
int |
getType()
returns PLAIN_TEXT or HASHED.
|
byte[] |
getValue()
returns password.
|
static final int PLAIN_TEXT
static final int HASHED
Copyright © 2018. All rights reserved.