Interface | Description |
---|---|
Encryptor |
Responsible for encrypting/decrypting bytes.
|
GuardedByteArray.Accessor |
Callback interface for those times that it is necessary to access the
clear text of the guarded bytes.
|
GuardedString.Accessor |
Callback interface for those times that it is necessary to access the
clear text of the secure string.
|
Class | Description |
---|---|
EncryptorFactory | |
GuardedByteArray |
Secure byte array implementation that solves the problems associated with
keeping confidential data as
byte[] . |
GuardedString |
Secure string implementation that solves the problems associated with keeping
passwords as
java.lang.String . |
SecurityUtil |
Copyright © 2022. All rights reserved.