Package org.identityconnectors.common.security
package org.identityconnectors.common.security
-
ClassDescriptionResponsible for encrypting/decrypting bytes.Secure byte array implementation that solves the problems associated with keeping confidential data as
byte[]
.Callback interface for those times that it is necessary to access the clear text of the guarded bytes.Secure string implementation that solves the problems associated with keeping passwords asjava.lang.String
.Callback interface for those times that it is necessary to access the clear text of the secure string.