public interface Encryptor extends InitializeSupport
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
copy() |
byte[] |
decrypt(byte[] message) |
byte[] |
decrypt(byte[] message,
byte[] salt) |
byte[] |
encrypt(byte[] message) |
byte[] |
encrypt(byte[] message,
Out<byte[]> salt) |
destroy, initializebyte[] encrypt(byte[] message)
throws CryptoException
CryptoExceptionbyte[] decrypt(byte[] message)
throws CryptoException
CryptoExceptionbyte[] encrypt(byte[] message,
Out<byte[]> salt)
throws CryptoException
CryptoExceptionbyte[] decrypt(byte[] message,
byte[] salt)
throws CryptoException
CryptoExceptionEncryptor copy()
Copyright © 2021. All rights reserved.