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
-
-
Constructor Summary
Constructors Constructor Description KnownServerKey(java.lang.String keyType, java.lang.String plugins)
KnownServerKey(java.lang.String keyType, java.util.List<java.lang.String> plugins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EncryptionIdentifier>
getIdentifiers()
-
-
-
Method Detail
-
getIdentifiers
public java.util.List<EncryptionIdentifier> getIdentifiers()
-
-