public static class StreamEncryptor.None extends Object implements StreamEncryptor
StreamEncryptor.ChaCha20, StreamEncryptor.Default, StreamEncryptor.None, StreamEncryptor.Salsa20| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedText) |
byte[] |
encrypt(byte[] decryptedText) |
byte[] |
getKey() |
public byte[] getKey()
getKey in interface StreamEncryptorpublic byte[] decrypt(byte[] encryptedText)
decrypt in interface StreamEncryptorpublic byte[] encrypt(byte[] decryptedText)
encrypt in interface StreamEncryptorCopyright © 2025. All rights reserved.