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