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