public class BasicAuthenticatorCredentials extends Object
| Constructor and Description |
|---|
BasicAuthenticatorCredentials(BasicAuthenticatorCredentialUpdate update) |
BasicAuthenticatorCredentials(byte[] salt,
byte[] hash,
int iterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getHash() |
int |
getIterations() |
byte[] |
getSalt() |
int |
hashCode() |
public BasicAuthenticatorCredentials(byte[] salt,
byte[] hash,
int iterations)
public BasicAuthenticatorCredentials(BasicAuthenticatorCredentialUpdate update)
Copyright © 2011–2018. All rights reserved.