Package | Description |
---|---|
net.schmizz.sshj.userauth.keyprovider |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009–2013. All rights reserved.