| Interface | Description |
|---|---|
| FileKeyProvider |
A file key provider is initialized with a location of
|
| KeyProvider |
A KeyProvider is a container for a public-private keypair.
|
| Class | Description |
|---|---|
| BaseFileKeyProvider | |
| KeyPairWrapper |
A
KeyProvider wrapper around KeyPair |
| KeyProviderUtil | |
| OpenSSHKeyFile |
Represents an OpenSSH identity that consists of a PKCS8-encoded private key file and an unencrypted public key file
of the same name with the
".pub" extension. |
| OpenSSHKeyFile.Factory | |
| PKCS5KeyFile |
Represents a PKCS5-encoded key file.
|
| PKCS5KeyFile.Factory | |
| PKCS8KeyFile |
Represents a PKCS8-encoded key file.
|
| PKCS8KeyFile.Factory | |
| PuTTYKeyFile |
Sample PuTTY file format
|
| PuTTYKeyFile.Factory |
| Enum | Description |
|---|---|
| KeyFormat |
| Exception | Description |
|---|---|
| PKCS5KeyFile.DecryptException |
Indicates a problem decrypting the data
|
| PKCS5KeyFile.FormatException |
Indicates a format issue with PKCS5 data
|