Uses of Class
com.sshtools.common.ssh.components.ComponentFactory
Packages that use ComponentFactory
Package
Description
This package contains an abstract cryptographic provider for the SSH protocol.
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.sshtools.common.config
Methods in com.sshtools.common.config with parameters of type ComponentFactoryModifier and TypeMethodDescriptionAdaptiveConfiguration.createAlgorithmList(ComponentFactory<?> factory, String key, String contextPreference, String ident, String hostname, String... ignores) -
Uses of ComponentFactory in com.sshtools.common.ssh.components
Methods in com.sshtools.common.ssh.components that return ComponentFactoryModifier and TypeMethodDescriptionComponentManager.supportedDigests()The supported digestsComponentManager.supportedHMacsCS()The supported SSH2 Hmacs.ComponentManager.supportedHMacsSC()The supported SSH2 Hmacs.ComponentManager.supportedPublicKeys()The supported public keysComponentManager.supportedSsh2CiphersCS()The supported SSH2 ciphers.ComponentManager.supportedSsh2CiphersSC()The supported SSH2 ciphers.Methods in com.sshtools.common.ssh.components with parameters of type ComponentFactoryModifier and TypeMethodDescriptionprotected abstract voidComponentManager.initializeDigestFactory(ComponentFactory<Digest> digests) Initialize the digest factory.protected abstract voidComponentManager.initializeHmacFactory(ComponentFactory<SshHmac> hmacs) Initialize the SSH2 HMAC factory.protected abstract voidComponentManager.initializePublicKeyFactory(ComponentFactory<SshPublicKey> publickeys) Initialize the public key factory.protected abstract voidComponentManager.initializeSsh2CipherFactory(ComponentFactory<SshCipher> ciphers) Initialize the SSH2 cipher factory. -
Uses of ComponentFactory in com.sshtools.common.ssh.components.jce
Methods in com.sshtools.common.ssh.components.jce with parameters of type ComponentFactoryModifier and TypeMethodDescriptionprotected voidJCEComponentManager.initializeDigestFactory(ComponentFactory<Digest> digests) protected voidJCEComponentManager.initializeHmacFactory(ComponentFactory<SshHmac> hmacs) protected voidJCEComponentManager.initializePublicKeyFactory(ComponentFactory<SshPublicKey> publickeys) protected voidJCEComponentManager.initializeSsh2CipherFactory(ComponentFactory<SshCipher> ciphers)