Package com.sshtools.common.publickey
package com.sshtools.common.publickey
-
ClassDescriptionThrown by an
SshPrivateKeyFilewhen it detects that the passphrase supplied was invalid.KeyGeneratorFactory<T extends KeyGenerator>To 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.Generate public/private key pairs.Interface which all private key formats must implement to provide decoding and decryption of the private key into a suitable format for the API.Private key format factory used to decode private key files.Interface which all public key formats must implement to provide decoding of the public key into a suitable format for the API.Public key format factory used to decode different formats of public keys.