| Package | Description |
|---|---|
| com.maverick.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
| com.maverick.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 |
|---|---|
ComponentFactory |
ComponentManager.supportedDigests()
The supported digests
|
ComponentFactory |
ComponentManager.supportedHMacsCS()
The supported SSH2 Hmacs.
|
ComponentFactory |
ComponentManager.supportedHMacsSC()
The supported SSH2 Hmacs.
|
ComponentFactory |
ComponentManager.supportedKeyExchanges()
The supported SSH2 key exchanges.
|
ComponentFactory |
ComponentManager.supportedPublicKeys()
The supported public keys
|
ComponentFactory |
ComponentManager.supportedSsh1CiphersCS()
The supported SSH1 ciphers.
|
ComponentFactory |
ComponentManager.supportedSsh1CiphersSC()
The supported SSH1 ciphers.
|
ComponentFactory |
ComponentManager.supportedSsh2CiphersCS()
The supported SSH2 ciphers.
|
ComponentFactory |
ComponentManager.supportedSsh2CiphersSC()
The supported SSH2 ciphers.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ComponentManager.initializeDigestFactory(ComponentFactory digests)
Initialize the digest factory.
|
protected abstract void |
ComponentManager.initializeHmacFactory(ComponentFactory hmacs)
Initialize the SSH2 HMAC factory.
|
protected abstract void |
ComponentManager.initializeKeyExchangeFactory(ComponentFactory keyexchange)
Initialize the SSH2 key exchange factory.
|
protected abstract void |
ComponentManager.initializePublicKeyFactory(ComponentFactory publickeys)
Initialize the public key factory.
|
protected abstract void |
ComponentManager.initializeSsh1CipherFactory(ComponentFactory ciphers)
Initialize the SSH1 cipher factory.
|
protected abstract void |
ComponentManager.initializeSsh2CipherFactory(ComponentFactory ciphers)
Initialize the SSH2 cipher factory.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JCEComponentManager.initializeDigestFactory(ComponentFactory digests) |
protected void |
JCEComponentManager.initializeHmacFactory(ComponentFactory hmacs) |
protected void |
JCEComponentManager.initializeKeyExchangeFactory(ComponentFactory keyexchange) |
protected void |
JCEComponentManager.initializePublicKeyFactory(ComponentFactory publickeys) |
protected void |
JCEComponentManager.initializeSsh1CipherFactory(ComponentFactory ciphers) |
protected void |
JCEComponentManager.initializeSsh2CipherFactory(ComponentFactory ciphers) |
Copyright © 2012. All Rights Reserved.