Uses of Class
com.sshtools.common.automate.AuthorizedKeys
Packages that use AuthorizedKeys
-
Uses of AuthorizedKeys in com.sshtools.common.automate
Methods in com.sshtools.common.automate that return AuthorizedKeysModifier and TypeMethodDescriptionstatic AuthorizedKeysAuthorizedKeys.parse(byte[] formatted, String serverId, String hostname, AuthorizedKeysFileLoader loader) AuthorizedKeysFormat.unformat(byte[] formatted) AuthorizedKeysFormat.unformat(byte[] formatted, AuthorizedKeysFileLoader loader) OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted) OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted, AuthorizedKeysFileLoader loader) SSH2AuthorizedKeysFormat.unformat(byte[] formatted) SSH2AuthorizedKeysFormat.unformat(byte[] formatted, AuthorizedKeysFileLoader loader) SshtoolsAuthorizedKeysFormat.unformat(byte[] formatted) SshtoolsAuthorizedKeysFormat.unformat(byte[] formatted, AuthorizedKeysFileLoader loader) Methods in com.sshtools.common.automate with parameters of type AuthorizedKeysModifier and TypeMethodDescriptionstatic byte[]AuthorizedKeys.create(AuthorizedKeys keys, String serverId, String hostname, AuthorizedKeysFileSaver saver) byte[]AuthorizedKeysFormat.format(AuthorizedKeys keys) byte[]AuthorizedKeysFormat.format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) byte[]OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys) byte[]OpenSSHAuthorizedKeysFormat.format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) byte[]SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys) byte[]SSH2AuthorizedKeysFormat.format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) byte[]SshtoolsAuthorizedKeysFormat.format(AuthorizedKeys keys) byte[]SshtoolsAuthorizedKeysFormat.format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver)