Uses of Class
net.schmizz.sshj.userauth.keyprovider.KeyFormat
-
Packages that use KeyFormat Package Description net.schmizz.sshj.userauth.keyprovider -
-
Uses of KeyFormat in net.schmizz.sshj.userauth.keyprovider
Methods in net.schmizz.sshj.userauth.keyprovider that return KeyFormat Modifier and Type Method Description static KeyFormat
KeyProviderUtil. detectKeyFileFormat(java.io.File location)
Attempts to detect how a key file is encoded.static KeyFormat
KeyProviderUtil. detectKeyFileFormat(java.io.Reader privateKey, boolean separatePubKey)
Attempts to detect how a key file is encoded.static KeyFormat
KeyProviderUtil. detectKeyFileFormat(java.lang.String privateKey, boolean separatePubKey)
Attempts to detect how a key file is encoded.private static KeyFormat
KeyProviderUtil. keyFormatFromHeader(java.lang.String header, boolean separatePubKey)
static KeyFormat
KeyFormat. valueOf(java.lang.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.
-