Uses of Interface
com.sshtools.common.publickey.SshPublicKeyFile
Packages that use SshPublicKeyFile
-
Uses of SshPublicKeyFile in com.sshtools.common.auth
Methods in com.sshtools.common.auth that return types with arguments of type SshPublicKeyFileModifier and TypeMethodDescriptionAbstractPublicKeyAuthenticationProvider.getKeys(SshConnection con) AuthorizedKeysPublicKeyAuthenticationProvider.getKeys(SshConnection con) OpenSshCertificateAuthenticationProvider.getKeys(SshConnection con) PublicKeyAuthenticationAdapter.getKeys(SshConnection con) PublicKeyAuthenticationProvider.getKeys(SshConnection con) UniversalAuthenticationProvider.getKeys(SshConnection con) -
Uses of SshPublicKeyFile in com.sshtools.common.publickey
Classes in com.sshtools.common.publickey that implement SshPublicKeyFileMethods in com.sshtools.common.publickey that return SshPublicKeyFileModifier and TypeMethodDescriptionstatic SshPublicKeyFileSshPublicKeyFileFactory.create(SshPublicKey key, String comment, int format) Create a file representation from an existing public key.static SshPublicKeyFileSshPublicKeyFileFactory.create(SshPublicKey key, String options, String comment, int format) Create a file representation from an existing public key.static SshPublicKeyFileSshPublicKeyFileFactory.parse(byte[] formattedkey) Parse a formatted public key and return a file representation.static SshPublicKeyFileSshPublicKeyFileFactory.parse(InputStream in) Parse a formatted key from an InputStream and return a file representation.