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.ObjectClass to hold plugin specific data.- Since:
- 5
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionIdentifiergetEncryptionIdentifier()byte[]getSpecificData()
 
- 
- 
- 
Method Detail- 
getEncryptionIdentifierpublic EncryptionIdentifier getEncryptionIdentifier() 
 - 
getSpecificDatapublic byte[] getSpecificData() - Returns:
- plugin specific data (can be null)
 
 
- 
 
-