Interface MessageDecryptionService
-
- All Known Subinterfaces:
MessageCryptographyService
- All Known Implementing Classes:
MessageCryptographyServiceImpl
public interface MessageDecryptionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(Message message)Decrypts message content.
-
-
-
Method Detail
-
decrypt
byte[] decrypt(Message message) throws CryptographyException
Decrypts message content.- Parameters:
message- Service Bus message with encrypted content- Throws:
CryptographyException
-
-