Class KnownServerKey
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
-
public final class KnownServerKey extends java.lang.Object
Class to hold server keys known to the client.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KnownServerKey.PluginSpecificData
Class to hold plugin specific data.
-
Constructor Summary
Constructors Constructor Description KnownServerKey(java.lang.String keyType, java.lang.String plugins, java.util.Map<java.lang.String,byte[]> specificData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.util.List<KnownServerKey.PluginSpecificData>
getPluginSpecificData()
-
-
-
Method Detail
-
getPluginSpecificData
public java.util.List<KnownServerKey.PluginSpecificData> getPluginSpecificData()
-
clear
public void clear()
-
-