| Package | Description |
|---|---|
| net.schmizz.sshj.userauth.keyprovider |
| Modifier and Type | Method and Description |
|---|---|
static KeyFormat |
KeyProviderUtil.detectKeyFileFormat(File location)
Attempts to detect how a key file is encoded.
|
static KeyFormat |
KeyProviderUtil.detectKeyFileFormat(Reader privateKey,
boolean separatePubKey)
Attempts to detect how a key file is encoded.
|
static KeyFormat |
KeyProviderUtil.detectKeyFileFormat(String privateKey,
boolean separatePubKey)
Attempts to detect how a key file is encoded.
|
static KeyFormat |
KeyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFormat[] |
KeyFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2014. All rights reserved.