Namespace Silverback.Messaging.Encryption
Classes
DecryptorConsumerBehavior
Decrypts the message according to the EncryptionSettings.
EncryptionSettings
The base class for SymmetricEncryptionSettingsBase and other future encryption types.
EncryptorProducerBehavior
Encrypts the message according to the EncryptionSettings.
SilverbackCryptoStream
The base class for the Stream implementations used to encrypt and decrypt the integration messages.
SilverbackCryptoStreamFactory
The factory used to create the SilverbackCryptoStream implementation according to the EncryptionSettings.
SymmetricDecryptStream
The implementation of SilverbackCryptoStream based on a SymmetricAlgorithm used to decrypt the messages.
SymmetricDecryptionSettings
The decryption settings used to decrypt the messages.
SymmetricEncryptStream
The implementation of SilverbackCryptoStream based on a SymmetricAlgorithm used to encrypt the messages.
SymmetricEncryptionSettings
The encryption settings used to encrypt the messages.
SymmetricEncryptionSettingsBase
The base class for symmetric encryption settings used to encrypt or decrypt the messages being sent through the message broker.
Interfaces
ISilverbackCryptoStreamFactory
The factory used to create the SilverbackCryptoStream implementation according to the EncryptionSettings.