
public final class PasswordGuessEvidence extends Object implements Evidence, Destroyable
| Constructor and Description |
|---|
PasswordGuessEvidence(char[] guess)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
char[] |
getGuess()
Get the password guess.
|
boolean |
isDestroyed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcastAndApply, castAndApply, castAs, castAs, getPrincipalpublic PasswordGuessEvidence(char[] guess)
guess - the non null password guesspublic char[] getGuess()
public void destroy()
destroy in interface Destroyablepublic boolean isDestroyed()
isDestroyed in interface DestroyableCopyright © 2020 JBoss by Red Hat. All rights reserved.