Class KnownServerKey
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
- 
 public final class KnownServerKey extends java.lang.ObjectClass to hold server keys known to the client.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description KnownServerKey(java.lang.String keyType, java.lang.String plugins)KnownServerKey(java.lang.String keyType, java.util.List<java.lang.String> plugins)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EncryptionIdentifier>getIdentifiers()
 
- 
- 
- 
Method Detail- 
getIdentifierspublic java.util.List<EncryptionIdentifier> getIdentifiers() 
 
- 
 
-