AbstractRememberMeManager.decrypt

Decrypts the byte array using the configured {@link #getCipherService() cipherService}.

@param encrypted the encrypted byte array to decrypt @return the decrypted byte array returned by the configured {@link #getCipherService () cipher}.

class AbstractRememberMeManager
protected
byte[]
decrypt
(
byte[] encrypted
)

Meta