Uses of Package
com.sshtools.common.publickey
Packages that use com.sshtools.common.publickey
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.
-
Classes in com.sshtools.common.publickey used by com.sshtools.common.authClassDescriptionInterface which all public key formats must implement to provide decoding of the public key into a suitable format for the API.
-
Classes in com.sshtools.common.publickey used by com.sshtools.common.publickeyClassDescriptionThrown by an
SshPrivateKeyFilewhen it detects that the passphrase supplied was invalid.Interface which all private key formats must implement to provide decoding and decryption of the private key into a suitable format for the API.Interface which all public key formats must implement to provide decoding of the public key into a suitable format for the API. -
Classes in com.sshtools.common.publickey used by com.sshtools.common.ssh.componentsClassDescriptionTo generate a key that supports this use ssh-keygen -s ca_key -I 2 -n lee,kelly -z 12345 -O force-command=ls -O source-address=192.168.82.0/24 -O no-port-forwarding user_key.pubProvides a callback when a private key signature is required.
-
Classes in com.sshtools.common.publickey used by com.sshtools.common.ssh.components.jceClassDescriptionTo generate a key that supports this use ssh-keygen -s ca_key -I 2 -n lee,kelly -z 12345 -O force-command=ls -O source-address=192.168.82.0/24 -O no-port-forwarding user_key.pub