Interface GuardedString.Accessor
-
- Enclosing class:
- GuardedString
public static interface GuardedString.AccessorCallback interface for those times that it is necessary to access the clear text of the secure string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccess(char[] clearChars)This method will be called with the clear text of the string.
-