public class EncryptionWithInitVectorOper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionWithInitVectorOper.SymmeticEncryption |
| Constructor and Description |
|---|
EncryptionWithInitVectorOper() |
| Modifier and Type | Method and Description |
|---|---|
Cipher |
decryption(SecretKeyWithIv keyWithIv) |
Cipher |
encryption(SecretKeyWithIv keyWithIv) |
EncryptionService |
encryptionService(String keyId,
SecretKeyWithIv keyWithIv) |
SecretKeyWithIv |
generateKey() |
public EncryptionService encryptionService(String keyId, SecretKeyWithIv keyWithIv)
public Cipher encryption(SecretKeyWithIv keyWithIv)
public Cipher decryption(SecretKeyWithIv keyWithIv)
public SecretKeyWithIv generateKey()
Copyright © 2020. All rights reserved.