AbstractRememberMeManager.encrypt

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

@param serialized the serialized object byte array to be encrypted @return an encrypted byte array returned by the configured {@link #getCipherService () cipher}.

class AbstractRememberMeManager
protected
byte[]
encrypt
(
byte[] serialized
)

Meta