Uses of Enum
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 KeyFormatKeyProviderUtil.detectKeyFileFormat(File location) Attempts to detect how a key file is encoded.static KeyFormatKeyProviderUtil.detectKeyFileFormat(Reader privateKey, boolean separatePubKey) Attempts to detect how a key file is encoded.static KeyFormatKeyProviderUtil.detectKeyFileFormat(String privateKey, boolean separatePubKey) Attempts to detect how a key file is encoded.private static KeyFormatKeyProviderUtil.keyFormatFromHeader(String header, boolean separatePubKey) static KeyFormatReturns 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.