Package org.identityconnectors.common.security

Interface Summary
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
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 © 2012. All Rights Reserved.