Module org.firebirdsql.jaybird
Class Arc4EncryptionPlugin
java.lang.Object
org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
- All Implemented Interfaces:
EncryptionPlugin
ARC4 encryption plugin (the wire encryption provided out-of-the-box in Firebird 3).
- Since:
- 4.0
- 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
-