Uses of Enum Class
net.schmizz.sshj.userauth.keyprovider.KeyFormat
Packages that use KeyFormat
-
Uses of KeyFormat in net.schmizz.sshj.userauth.keyprovider
Methods in net.schmizz.sshj.userauth.keyprovider that return KeyFormatModifier and TypeMethodDescriptionstatic 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.private static KeyFormat
KeyProviderUtil.keyFormatFromHeader
(String header, boolean separatePubKey) static KeyFormat
Returns the enum constant of this class with the specified name.static KeyFormat[]
KeyFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.