Class EncryptionWithInitVectorOper
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.config.encryption.EncryptionWithInitVectorOper
-
public class EncryptionWithInitVectorOper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEncryptionWithInitVectorOper.SymmeticEncryption
-
Constructor Summary
Constructors Constructor Description EncryptionWithInitVectorOper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cipherdecryption(SecretKeyWithIv keyWithIv)Cipherencryption(SecretKeyWithIv keyWithIv)EncryptionServiceencryptionService(String keyId, SecretKeyWithIv keyWithIv)SecretKeyWithIvgenerateKey()
-
-
-
Method Detail
-
encryptionService
public EncryptionService encryptionService(String keyId, SecretKeyWithIv keyWithIv)
-
encryption
public Cipher encryption(SecretKeyWithIv keyWithIv)
-
decryption
public Cipher decryption(SecretKeyWithIv keyWithIv)
-
generateKey
public SecretKeyWithIv generateKey()
-
-