public interface CryptoAlgorithm
DefaultDecryptor,
DefaultEncryptor| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedData,
byte[] key)
Decrypt the data using the provided key
|
byte[] |
encrypt(byte[] data,
byte[] key)
Encrypt the data using the provided key
|
Copyright © 2018. All rights reserved.