Module org.firebirdsql.jaybird
Class EncryptionPluginRegistry
java.lang.Object
org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginRegistry
Registry of encryption plugins.
- Since:
- 6
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionPluginSpi
getEncryptionPluginSpi
(EncryptionIdentifier encryptionIdentifier) Gets the encryption plugin SPI identified byencryptionIdentifier
.
-
Method Details
-
getEncryptionPluginSpi
Gets the encryption plugin SPI identified byencryptionIdentifier
.- Parameters:
encryptionIdentifier
- encryption identifier- Returns:
- the encryption plugin SPI, or
null
if there is no SPI registered forencryptionIdentifier
-