Class CmsEncryptionOper.CmsEncryption
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.config.encryption.CmsEncryptionOper.CmsEncryption
-
- All Implemented Interfaces:
EncryptionService
- Enclosing class:
- CmsEncryptionOper
public static class CmsEncryptionOper.CmsEncryption extends Object implements EncryptionService
-
-
Constructor Summary
Constructors Constructor Description CmsEncryption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decrypt(byte[] data)byte[]encrypt(byte[] data)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.EncryptionService
getEncryptionKeyId
-
-
-
-
Method Detail
-
encrypt
public byte[] encrypt(byte[] data)
- Specified by:
encryptin interfaceEncryptionService
-
decrypt
public byte[] decrypt(byte[] data)
- Specified by:
decryptin interfaceEncryptionService
-
-