Modifier and Type | Method and Description |
---|---|
static SshAuthenticationServer |
SshAuthenticationServerFactory.newInstance(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportProtocolServer.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
Modifier and Type | Method and Description |
---|---|
static SshAuthenticationClient |
SshAuthenticationClientFactory.newInstance(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TransportProtocolCommon.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
protected void |
TransportProtocolClient.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
Modifier and Type | Method and Description |
---|---|
static SshCipher |
SshCipherFactory.newInstance(java.lang.String algorithmName) |
Modifier and Type | Method and Description |
---|---|
static SshCompression |
SshCompressionFactory.newInstance(java.lang.String algorithmName) |
Modifier and Type | Method and Description |
---|---|
static SshHmac |
SshHmacFactory.newInstance(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
static SshKeyExchange |
SshKeyExchangeFactory.newInstance(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
static SshPrivateKey |
SshKeyPairFactory.decodePrivateKey(byte[] encoded) |
static SshPublicKey |
SshKeyPairFactory.decodePublicKey(byte[] encoded) |
static SshKeyPair |
SshKeyPairFactory.newInstance(java.lang.String methodName) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.