|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentFactory | |
| 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. |
| com.maverick.ssh.components.standalone | This package contains a set of algoritm implementations that use an internal cryptographic provider. |
| com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
| Uses of ComponentFactory in com.maverick.ssh.components |
| Methods in com.maverick.ssh.components that return ComponentFactory | |
ComponentFactory |
ComponentManager.supportedSsh1CiphersSC()
The supported SSH1 ciphers. |
ComponentFactory |
ComponentManager.supportedSsh1CiphersCS()
The supported SSH1 ciphers. |
ComponentFactory |
ComponentManager.supportedSsh2CiphersSC()
The supported SSH2 ciphers. |
ComponentFactory |
ComponentManager.supportedSsh2CiphersCS()
The supported SSH2 ciphers. |
ComponentFactory |
ComponentManager.supportedHMacsSC()
The supported SSH2 Hmacs. |
ComponentFactory |
ComponentManager.supportedHMacsCS()
The supported SSH2 Hmacs. |
ComponentFactory |
ComponentManager.supportedKeyExchanges()
The supported SSH2 key exchanges. |
ComponentFactory |
ComponentManager.supportedPublicKeys()
The supported public keys |
ComponentFactory |
ComponentManager.supportedDigests()
The supported digests |
| Methods in com.maverick.ssh.components with parameters of type ComponentFactory | |
protected abstract void |
ComponentManager.initializeSsh1CipherFactory(ComponentFactory ciphers)
Initialize the SSH1 cipher factory. |
protected abstract void |
ComponentManager.initializeSsh2CipherFactory(ComponentFactory ciphers)
Initialize the SSH2 cipher factory. |
protected abstract void |
ComponentManager.initializeHmacFactory(ComponentFactory hmacs)
Initialize the SSH2 HMAC factory. |
protected abstract void |
ComponentManager.initializePublicKeyFactory(ComponentFactory publickeys)
Initialize the public key factory. |
protected abstract void |
ComponentManager.initializeKeyExchangeFactory(ComponentFactory keyexchange)
Initialize the SSH2 key exchange factory. |
protected abstract void |
ComponentManager.initializeDigestFactory(ComponentFactory digests)
Initialize the digest factory. |
| Uses of ComponentFactory in com.maverick.ssh.components.jce |
| Methods in com.maverick.ssh.components.jce with parameters of type ComponentFactory | |
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)
|
| Uses of ComponentFactory in com.maverick.ssh.components.standalone |
| Methods in com.maverick.ssh.components.standalone with parameters of type ComponentFactory | |
void |
StandaloneComponentManager.initializeSsh2CipherFactory(ComponentFactory ciphers)
|
void |
StandaloneComponentManager.initializeHmacFactory(ComponentFactory hmacs)
|
void |
StandaloneComponentManager.initializePublicKeyFactory(ComponentFactory publickeys)
|
protected void |
StandaloneComponentManager.initializeKeyExchangeFactory(ComponentFactory keyexchange)
|
protected void |
StandaloneComponentManager.initializeSsh1CipherFactory(ComponentFactory ciphers)
|
protected void |
StandaloneComponentManager.initializeDigestFactory(ComponentFactory digests)
|
| Uses of ComponentFactory in com.maverick.ssh2 |
| Methods in com.maverick.ssh2 that return ComponentFactory | |
ComponentFactory |
Ssh2Context.supportedCiphersSC()
Returns this context's supported cipher algorithms. |
ComponentFactory |
Ssh2Context.supportedCiphersCS()
|
ComponentFactory |
Ssh2Context.supportedMacsSC()
Get this context's supported message authentication algorithms SC. |
ComponentFactory |
Ssh2Context.supportedMacsCS()
Get this context's supported message authentication algorithms CS. |
ComponentFactory |
Ssh2Context.supportedCompressionsSC()
Get this context's supported SC compression algorithms. |
ComponentFactory |
Ssh2Context.supportedCompressionsCS()
Get this context's supported CS compression algorithms. |
ComponentFactory |
Ssh2Context.supportedKeyExchanges()
Get this context's supported key exchange methods. |
ComponentFactory |
Ssh2Context.supportedPublicKeys()
Get this context's supported public keys. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||