Uses of Class
com.sshtools.j2ssh.transport.AlgorithmNotSupportedException
Packages that use AlgorithmNotSupportedException
Package
Description
-
Uses of AlgorithmNotSupportedException in com.sshtools.daemon.authentication
Methods in com.sshtools.daemon.authentication that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshAuthenticationServer
SshAuthenticationServerFactory.newInstance
(String methodName) -
Uses of AlgorithmNotSupportedException in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionprotected void
TransportProtocolServer.setupNewKeys
(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshAuthenticationClient
SshAuthenticationClientFactory.newInstance
(String methodName) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionprotected void
TransportProtocolClient.setupNewKeys
(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey) protected abstract void
TransportProtocolCommon.setupNewKeys
(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport.cipher
Methods in com.sshtools.j2ssh.transport.cipher that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshCipher
SshCipherFactory.newInstance
(String algorithmName) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport.compression
Methods in com.sshtools.j2ssh.transport.compression that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshCompression
SshCompressionFactory.newInstance
(String algorithmName) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport.hmac
Methods in com.sshtools.j2ssh.transport.hmac that throw AlgorithmNotSupportedException -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport.kex
Methods in com.sshtools.j2ssh.transport.kex that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshKeyExchange
SshKeyExchangeFactory.newInstance
(String methodName) -
Uses of AlgorithmNotSupportedException in com.sshtools.j2ssh.transport.publickey
Methods in com.sshtools.j2ssh.transport.publickey that throw AlgorithmNotSupportedExceptionModifier and TypeMethodDescriptionstatic SshPrivateKey
SshKeyPairFactory.decodePrivateKey
(byte[] encoded) static SshPublicKey
SshKeyPairFactory.decodePublicKey
(byte[] encoded) static SshKeyPair
SshKeyPairFactory.newInstance
(String methodName)