public class GuardedStringAccessor extends Object implements GuardedString.Accessor
Constructor and Description |
---|
GuardedStringAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
access(char[] clearChars)
This method will be called with the clear text of the string.
|
void |
clear() |
char[] |
getArray() |
public static final String code_id
public void access(char[] clearChars)
GuardedString.Accessor
access
in interface GuardedString.Accessor
public char[] getArray()
public void clear()
Copyright © 2018–2025. All rights reserved.