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, wait
castAndApply, castAndApply, castAs, castAs, getPrincipal
public PasswordGuessEvidence(char[] guess)
guess
- the non null
password guesspublic char[] getGuess()
public void destroy()
destroy
in interface Destroyable
public boolean isDestroyed()
isDestroyed
in interface Destroyable
Copyright © 2020 JBoss by Red Hat. All rights reserved.