Destroyablepublic interface Destroyable Allows for special treatment of sensitive information, when it comes to
destroying or clearing of the data. |
Methods Summary |
---|
public void | destroy()Erases the sensitive information. Once an object is destroyed any calls
to its methods will throw an {@code IllegalStateException}. If it does
not succeed a DestroyFailedException is thrown.
| public boolean | isDestroyed()Returns {@code true} once an object has been safely destroyed.
|
|