Uses of Class
com.maverick.ssh.components.ComponentFactory

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. 
 

Uses of ComponentFactory in com.maverick.ssh.components
 

Methods in com.maverick.ssh.components that return ComponentFactory
 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.
 

Methods in com.maverick.ssh.components with parameters of type ComponentFactory
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.
 

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)
           
 



Copyright © 2013. All Rights Reserved.