public interface

BytesEncryptor

org.springframework.security.crypto.encrypt.BytesEncryptor

Class Overview

Service interface for symmetric data encryption.

Summary

Public Methods
abstract byte[] decrypt(byte[] encryptedByteArray)
Decrypt the byte array.
abstract byte[] encrypt(byte[] byteArray)
Encrypt the byte array.

Public Methods

public abstract byte[] decrypt (byte[] encryptedByteArray)

Decrypt the byte array.

public abstract byte[] encrypt (byte[] byteArray)

Encrypt the byte array.