public class ScramCredentialInfo extends Object
| Constructor and Description |
|---|
ScramCredentialInfo(ScramMechanism mechanism, int iterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o) |
int | hashCode() |
int | iterations() |
ScramMechanism | mechanism() |
String | toString() |
public ScramCredentialInfo(ScramMechanism mechanism, int iterations)
mechanism - the required mechanismiterations - the number of iterations used when creating the credentialpublic ScramMechanism mechanism()
public int iterations()