Class KnownServerKey.PluginSpecificData
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.crypt.KnownServerKey.PluginSpecificData
-
- Enclosing class:
- KnownServerKey
public static final class KnownServerKey.PluginSpecificData extends java.lang.Object
Class to hold plugin specific data.- Since:
- 5
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionIdentifier
getEncryptionIdentifier()
byte[]
getSpecificData()
-
-
-
Method Detail
-
getEncryptionIdentifier
public EncryptionIdentifier getEncryptionIdentifier()
-
getSpecificData
public byte[] getSpecificData()
- Returns:
- plugin specific data (can be
null
)
-
-