public class ConfigurationCollector extends SshClientAdapter
Constructor and Description |
---|
ConfigurationCollector() |
Modifier and Type | Method and Description |
---|---|
SshPublicKey |
getKey() |
SecurityLevel |
getMaximumSecurity() |
SecurityLevel |
getMinimumSecurity() |
String |
getNegotiatedCipherCS() |
String |
getNegotiatedCipherSC() |
String |
getNegotiatedCompressionCS() |
String |
getNegotiatedCompressionSC() |
String |
getNegotiatedHostKey() |
String |
getNegotiatedKeyExchange() |
String |
getNegotiatedMacCS() |
String |
getNegotiatedMacSC() |
String |
getRemoteIdentification() |
SecurityLevel |
getSecurityLevel() |
Set<String> |
getSupportedCiphers() |
Set<String> |
getSupportedCompressions() |
Set<String> |
getSupportedHostKeys() |
Set<String> |
getSupportedKeyExchanges() |
Set<String> |
getSupportedMacs() |
void |
keyExchangeComplete(SshClient client,
SshPublicKey hostkey,
String keyExchange,
String cipherCS,
String cipherSC,
String macCS,
String macSC,
String compressionCS,
String compressionSC) |
authenticated, authenticationStarted, commandExecuted, connected, disconnected, disconnecting, executedCommand, executingCommand, idle, sessionClosed, sessionOpened, shellClosed, startedShell, startedSubsystem, startingShell, startingSubsystem, subsystemClosed
public void keyExchangeComplete(SshClient client, SshPublicKey hostkey, String keyExchange, String cipherCS, String cipherSC, String macCS, String macSC, String compressionCS, String compressionSC)
keyExchangeComplete
in interface SshClientListener
keyExchangeComplete
in class SshClientAdapter
public String getRemoteIdentification()
public SshPublicKey getKey()
public SecurityLevel getSecurityLevel()
public SecurityLevel getMaximumSecurity()
public SecurityLevel getMinimumSecurity()
public String getNegotiatedKeyExchange()
public String getNegotiatedHostKey()
public String getNegotiatedCipherCS()
public String getNegotiatedCipherSC()
public String getNegotiatedMacCS()
public String getNegotiatedMacSC()
public String getNegotiatedCompressionCS()
public String getNegotiatedCompressionSC()
Copyright © 2024. All rights reserved.