Class EhealthCipher
- java.lang.Object
-
- be.business.connector.common.ehealth.EhealthCipher
-
- All Implemented Interfaces:
be.recipe.api.crypto.Cipher<be.recipe.api.crypto.Message.Cipher.Key>,be.recipe.api.crypto.Message.Cipher
public class EhealthCipher extends Object implements be.recipe.api.crypto.Message.Cipher
-
-
Constructor Summary
Constructors Constructor Description EhealthCipher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decrypt(byte[] encryptedMessage, be.recipe.api.crypto.Message.Cipher.Key key)byte[]encrypt(byte[] decryptedMessage, be.recipe.api.crypto.Message.Cipher.Key key)
-
-
-
Field Detail
-
crypto
public Crypto crypto
-
-
Method Detail
-
encrypt
public byte[] encrypt(byte[] decryptedMessage, be.recipe.api.crypto.Message.Cipher.Key key)- Specified by:
encryptin interfacebe.recipe.api.crypto.Cipher<be.recipe.api.crypto.Message.Cipher.Key>
-
decrypt
public byte[] decrypt(byte[] encryptedMessage, be.recipe.api.crypto.Message.Cipher.Key key)- Specified by:
decryptin interfacebe.recipe.api.crypto.Cipher<be.recipe.api.crypto.Message.Cipher.Key>
-
-