All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xebialabs.overthere.gcp.GenerateSshKey Maven / Gradle / Ivy

There is a newer version: 5.6.16
Show newest version
package com.xebialabs.overthere.gcp;

/**
 * Generate SSH key pair
 */
interface GenerateSshKey {

    /**
     * Generate SSH key pair for input username and key size.
     *
     * @param username username that will be part of generated key
     * @param keySize size of the key that will be generated
     * @return key pair (public and private key)
     */
    SshKeyPair generate(String username, int keySize);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy