public static class StreamEncryptor.None extends Object implements StreamEncryptor
StreamEncryptor.None| 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 © 2018. All rights reserved.