Package org.identityconnectors.common.security
-
Interface Summary 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 Summary Class Description EncryptorFactory GuardedByteArray Secure byte array implementation that solves the problems associated with keeping confidential data asbyte[]
.GuardedString Secure string implementation that solves the problems associated with keeping passwords asjava.lang.String
.SecurityUtil