Module org.firebirdsql.jaybird
Class ChaChaEncryptionPlugin
java.lang.Object
org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPlugin
- All Implemented Interfaces:
EncryptionPlugin
ChaCha (ChaCha-20) encryption plugin (introduced in Firebird 4.0).
- Since:
- 5
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionInitializes the encryption for incoming and outgoing communication.
-
Method Details
-
encryptionIdentifier
- Specified by:
encryptionIdentifier
in interfaceEncryptionPlugin
- Returns:
- Encryption identifier
-
initializeEncryption
Description copied from interface:EncryptionPlugin
Initializes the encryption for incoming and outgoing communication.- Specified by:
initializeEncryption
in interfaceEncryptionPlugin
- Returns:
- Object with the result of initialization
-