Interface SshKeyPairGenerator

All Superinterfaces:
com.google.common.base.Supplier<Map<String,String>>, Supplier<Map<String,String>>
All Known Implementing Classes:
RsaSshKeyPairGenerator

public interface SshKeyPairGenerator extends com.google.common.base.Supplier<Map<String,String>>
Creates a unique keypair without a passphrase. The resulting map has the following keys
  • public
  • private
  • Method Summary

    Methods inherited from interface com.google.common.base.Supplier

    get