Class ChaChaEncryptionPlugin
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPlugin
 
- 
- All Implemented Interfaces:
- EncryptionPlugin
 
 public class ChaChaEncryptionPlugin extends java.lang.Object implements EncryptionPlugin ChaCha (ChaCha-20) encryption plugin (introduced in Firebird 4.0)- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionIdentifiergetEncryptionIdentifier()EncryptionInitInfoinitializeEncryption()Initializes the encryption for incoming and outgoing communication.
 
- 
- 
- 
Method Detail- 
getEncryptionIdentifierpublic EncryptionIdentifier getEncryptionIdentifier() - Specified by:
- getEncryptionIdentifierin interface- EncryptionPlugin
- Returns:
- Encryption identifier
 
 - 
initializeEncryptionpublic EncryptionInitInfo initializeEncryption() Description copied from interface:EncryptionPluginInitializes the encryption for incoming and outgoing communication.- Specified by:
- initializeEncryptionin interface- EncryptionPlugin
- Returns:
- Object with the result of initialization
 
 
- 
 
-