'Declaration Public Sub UseNewKeysClientToServer( _ ByVal packetIOManager As SSHPacketIOManager, _ ByVal sharedSecret() As Byte, _ ByVal exchangeHash() As Byte, _ ByVal keyExchangeAlgorithm As ISSHKeyExchangeAlgorithm, _ ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _ ByVal encryptionAlgorithm As ISSHEncryptionAlgorithm, _ ByVal dataIntegrityAlgorithm As ISSHDataIntegrityAlgorithm, _ ByVal compressionAlgorithm As ISSHCompressionAlgorithm, _ ByVal ivClientToServer() As Byte, _ ByVal encryptionKeyClientToServer() As Byte, _ ByVal integrityKeyClientToServer() As Byte _ )
'Usage Dim instance As SSHTransportLayerProtocol Dim packetIOManager As SSHPacketIOManager Dim sharedSecret() As Byte Dim exchangeHash() As Byte Dim keyExchangeAlgorithm As ISSHKeyExchangeAlgorithm Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm Dim encryptionAlgorithm As ISSHEncryptionAlgorithm Dim dataIntegrityAlgorithm As ISSHDataIntegrityAlgorithm Dim compressionAlgorithm As ISSHCompressionAlgorithm Dim ivClientToServer() As Byte Dim encryptionKeyClientToServer() As Byte Dim integrityKeyClientToServer() As Byte instance.UseNewKeysClientToServer(packetIOManager, sharedSecret, exchangeHash, keyExchangeAlgorithm, publicKeyAlgorithm, encryptionAlgorithm, dataIntegrityAlgorithm, compressionAlgorithm, ivClientToServer, encryptionKeyClientToServer, integrityKeyClientToServer)
public void UseNewKeysClientToServer( SSHPacketIOManager packetIOManager, byte[] sharedSecret, byte[] exchangeHash, ISSHKeyExchangeAlgorithm keyExchangeAlgorithm, ISSHPublicKeyAlgorithm publicKeyAlgorithm, ISSHEncryptionAlgorithm encryptionAlgorithm, ISSHDataIntegrityAlgorithm dataIntegrityAlgorithm, ISSHCompressionAlgorithm compressionAlgorithm, byte[] ivClientToServer, byte[] encryptionKeyClientToServer, byte[] integrityKeyClientToServer )
Parameters
- packetIOManager
- sharedSecret
- exchangeHash
- keyExchangeAlgorithm
- publicKeyAlgorithm
- encryptionAlgorithm
- dataIntegrityAlgorithm
- compressionAlgorithm
- ivClientToServer
- encryptionKeyClientToServer
- integrityKeyClientToServer