|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileKeyProvider.Format | |
|---|---|
| net.schmizz.sshj.userauth.keyprovider | |
| Uses of FileKeyProvider.Format in net.schmizz.sshj.userauth.keyprovider |
|---|
| Methods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider.Format | |
|---|---|
static FileKeyProvider.Format |
KeyProviderUtil.detectKeyFileFormat(File location)
Attempts to detect how a key file is encoded. |
static FileKeyProvider.Format |
KeyProviderUtil.detectKeyFileFormat(String privateKey,
boolean separatePubKey)
Attempts to detect how a key file is encoded. |
static FileKeyProvider.Format |
FileKeyProvider.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileKeyProvider.Format[] |
FileKeyProvider.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||