Interface EncryptionPlugin
- 
- All Known Implementing Classes:
- Arc4EncryptionPlugin
 
 public interface EncryptionPluginPlugin for Firebird wire encryption.NOTE: This plugin is currently only internal to Jaybird, consider the API as unstable. - Since:
- 4.0
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionIdentifiergetEncryptionIdentifier()EncryptionInitInfoinitializeEncryption()Initializes the encryption for in-going and outgoing communication.
 
- 
- 
- 
Method Detail- 
getEncryptionIdentifierEncryptionIdentifier getEncryptionIdentifier() - Returns:
- Encryption identifier
 
 - 
initializeEncryptionEncryptionInitInfo initializeEncryption() Initializes the encryption for in-going and outgoing communication.- Returns:
- Object with the result of initialization
 
 
- 
 
-