public static class EncryptionWithInitVectorOper.SymmeticEncryption extends Object implements EncryptionService
| Constructor and Description |
|---|
SymmeticEncryption() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data) |
byte[] |
encrypt(byte[] data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncryptionKeyIdpublic byte[] encrypt(byte[] data)
encrypt in interface EncryptionServicepublic byte[] decrypt(byte[] data)
decrypt in interface EncryptionServiceCopyright © 2020. All rights reserved.