| Package | Description |
|---|---|
| com.sshtools.common.ssh | |
| com.sshtools.common.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
| com.sshtools.common.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentManager |
Context.getComponentManager() |
| Modifier and Type | Field and Description |
|---|---|
protected static ComponentManager |
ComponentManager.instance |
| Modifier and Type | Method and Description |
|---|---|
static ComponentManager |
ComponentManager.getDefaultInstance() |
static ComponentManager |
ComponentManager.getInstance()
Get the installed component manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentManager.setInstance(ComponentManager instance)
Overide the installed component manager with an alternative
implementation.
|
| Constructor and Description |
|---|
ComponentFactory(ComponentManager componentManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
JCEComponentManager
A component manager for the Java runtime JCE provider.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentManager |
JCEComponentManager.getDefaultInstance() |
Copyright © 2022. All rights reserved.