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.Accessoraccess in interface GuardedString.Accessorpublic char[] getArray()
public void clear()
Copyright © 2018–2025. All rights reserved.