org.jclouds.crypto
Interface SshKeyPairGenerator

All Superinterfaces:
com.google.common.base.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


Method Summary
 
Methods inherited from interface com.google.common.base.Supplier
get
 



Copyright © 2009-2013 jclouds. All Rights Reserved.