public class SshKeyPair extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SshKeyPair.Builder<T extends SshKeyPair.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
SshKeyPair(String fingerprint,
          String name,
          String privateKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SshKeyPair.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getFingerprint()  | 
String | 
getName()  | 
String | 
getPrivateKey()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
SshKeyPair.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static SshKeyPair.Builder<?> builder()
public SshKeyPair.Builder<?> toBuilder()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.