Class Overview
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. This allows to delay requesting of the passphrase until the
private key is requested.
Summary
| Nested Classes |
|
class |
OpenSSHKeyFile.Factory |
|
| Fields |
|
private
PublicKey |
pubKey |
|
| Public Methods |
|
PublicKey
|
getPublic()
|
|
void
|
init(String privateKey, String publicKey)
|
|
void
|
init(File location)
|
Fields
Public Constructors
Public Methods
public
PublicKey
getPublic
()
public
void
init
(String privateKey, String publicKey)
public
void
init
(File location)