Uses of Interface
com.sshtools.common.publickey.SshPrivateKeyFile
Packages that use SshPrivateKeyFile
-
Uses of SshPrivateKeyFile in com.sshtools.common.publickey
Classes in com.sshtools.common.publickey that implement SshPrivateKeyFileMethods in com.sshtools.common.publickey that return SshPrivateKeyFileModifier and TypeMethodDescriptionstatic SshPrivateKeyFileSshPrivateKeyFileFactory.create(SshKeyPair pair) static SshPrivateKeyFileSshPrivateKeyFileFactory.create(SshKeyPair pair, String passphrase) static SshPrivateKeyFileSshPrivateKeyFileFactory.create(SshKeyPair pair, String passphrase, int format) static SshPrivateKeyFileSshPrivateKeyFileFactory.create(SshKeyPair pair, String passphrase, String comment) static SshPrivateKeyFileSshPrivateKeyFileFactory.create(SshKeyPair pair, String passphrase, String comment, int format) SshPrivateKeyProvider.create(byte[] formattedkey) static SshPrivateKeyFileSshPrivateKeyFileFactory.parse(byte[] formattedkey) Parse formatted data and return a suitable SshPrivateKeyFile implementation.static SshPrivateKeyFilestatic SshPrivateKeyFileSshPrivateKeyFileFactory.parse(InputStream in) Parse an InputStream and return a suitable SshPrivateKeyFile implementation.static SshPrivateKeyFile