Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
Modifier and Type | Method and Description |
---|---|
IncompatibleAlgorithm.ComponentType |
IncompatibleAlgorithm.getType() |
static IncompatibleAlgorithm.ComponentType |
IncompatibleAlgorithm.ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncompatibleAlgorithm.ComponentType[] |
IncompatibleAlgorithm.ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IncompatibleAlgorithm(ComponentFactory<?> factory,
IncompatibleAlgorithm.ComponentType type,
String[] localAlgorithms,
String[] remoteAlgorithms) |
Copyright © 2024. All rights reserved.