| Package | Description |
|---|---|
| com.sshtools.common.auth | |
| com.sshtools.common.publickey | |
| com.sshtools.common.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
| com.sshtools.common.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
| Class and Description |
|---|
| SshPublicKeyFile
Interface which all public key formats must implement to provide decoding of
the public key into a suitable format for the API.
|
| Class and Description |
|---|
| Base64EncodedFileFormat |
| CertificateExtension |
| CertificateExtension.Builder |
| CriticalOption |
| CriticalOption.Builder |
| EncodedExtension |
| InvalidPassphraseException
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
| SshPrivateKeyFile
Interface which all private key formats must implement to provide decoding
and decryption of the private key into a suitable format for the API.
|
| SshPublicKeyFile
Interface which all public key formats must implement to provide decoding of
the public key into a suitable format for the API.
|
| Class and Description |
|---|
| OpenSshCertificate
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.pub
|
| Class and Description |
|---|
| OpenSshCertificate
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.pub
|
Copyright © 2022. All rights reserved.