public interface StreamEncryptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamEncryptor.ChaCha20 |
static class |
StreamEncryptor.Default |
static class |
StreamEncryptor.None |
static class |
StreamEncryptor.Salsa20 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedText) |
byte[] |
encrypt(byte[] decryptedText) |
byte[] |
getKey() |
Copyright © 2025. All rights reserved.