Interface DecryptionService
-
- All Known Subinterfaces:
CertificateBasedCryptographyService
- All Known Implementing Classes:
RSACryptographyService
public interface DecryptionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(byte[] data, Message message)Decrypts data
-
-
-
Method Detail
-
decrypt
byte[] decrypt(byte[] data, Message message) throws CryptographyExceptionDecrypts data- Parameters:
data- Data for decryptionmessage- Service Bus message with encrypted content- Throws:
CryptographyException
-
-