public class ScramCredentialInfo
extends java.lang.Object
| Constructor and Description |
|---|
ScramCredentialInfo(ScramMechanism mechanism,
int iterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
iterations() |
ScramMechanism |
mechanism() |
java.lang.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()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object