Class BaseByteArrayEncryptor

All Implemented Interfaces:
io.github.astrapi69.crypt.api.ByteArrayEncryptor, io.github.astrapi69.crypt.api.Cryptor, io.github.astrapi69.crypt.api.Encryptor<byte[],byte[]>, Serializable

public class BaseByteArrayEncryptor extends AbstractByteArrayEncryptor
The class BaseByteArrayEncryptor can encrypt a byte array with his symmetric key
See Also: