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