Interface EncryptionPluginSpi
- 
- All Known Implementing Classes:
- Arc4EncryptionPluginSpi
 
 public interface EncryptionPluginSpiService provider interface for wire encryption plugins.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 EncryptionPlugincreateEncryptionPlugin(WireConnection<?,?> connection)Creates the encryption plugin for the provided connection.EncryptionIdentifiergetEncryptionIdentifier()
 
- 
- 
- 
Method Detail- 
getEncryptionIdentifierEncryptionIdentifier getEncryptionIdentifier() - Returns:
- Encryption identifier
 
 - 
createEncryptionPluginEncryptionPlugin createEncryptionPlugin(WireConnection<?,?> connection) Creates the encryption plugin for the provided connection.- Parameters:
- connection- Connection
- Returns:
- Encryption plugin
 
 
- 
 
-