public interface Encryptor
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] bytes)
Decrypts the given byte array.
|
byte[] |
encrypt(byte[] bytes)
Encrypts the given byte array.
|
Copyright © 2018–2025. All rights reserved.