public class SshKeyPair extends Object implements Comparable<SshKeyPair>
| Modifier and Type | Class and Description |
|---|---|
static class |
SshKeyPair.Builder |
| Constructor and Description |
|---|
SshKeyPair(String fingerprint,
String name,
String privateKey) |
| Modifier and Type | Method and Description |
|---|---|
static SshKeyPair.Builder |
builder() |
int |
compareTo(SshKeyPair arg0) |
boolean |
equals(Object obj) |
String |
getFingerprint() |
String |
getName() |
String |
getPrivateKey() |
int |
hashCode() |
String |
toString() |
public static SshKeyPair.Builder builder()
public String getFingerprint()
public String getName()
public String getPrivateKey()
public int compareTo(SshKeyPair arg0)
compareTo in interface Comparable<SshKeyPair>Copyright © 2009-2012 jclouds. All Rights Reserved.