| Interface | Description |
|---|---|
| KeyGenerator | |
| OpenSSHPrivateKeyFileParser | |
| SignatureGenerator |
Provides a callback when a private key signature is required.
|
| 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 | Description |
|---|---|
| Base64EncodedFileFormat | |
| CertificateExtension | |
| CertificateExtension.Builder | |
| CriticalOption | |
| CriticalOption.Builder | |
| DefaultCertificateExtension | |
| EncodedExtension | |
| NamedCertificateExtension | |
| 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
|
| OpenSSHPrivateKeyFile | |
| OpenSSHPublicKeyFile | |
| PEMReader | |
| PublicKeySubsystemServer | |
| RsaUtils | |
| SECSHPublicKeyFile | |
| SshCertificateAuthority | |
| SshKeyPairGenerator |
Generate public/private key pairs.
|
| SshKeyUtils | |
| SshPrivateKeyFileFactory |
Private key format factory used to decode private key files.
|
| SshPublicKeyFileFactory |
Public key format factory used to decode different formats of public keys.
|
| StringCertificateExtension |
| Exception | Description |
|---|---|
| InvalidPassphraseException |
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
Copyright © 2022. All rights reserved.