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() |
@ConstructorProperties(value={"fingerprint","name","privatekey"}) protected SshKeyPair(@Nullable String fingerprint, String name, @Nullable String privateKey)
public static SshKeyPair.Builder<?> builder()
public SshKeyPair.Builder<?> toBuilder()
@Nullable public String getFingerprint()
public String getName()
@Nullable public String getPrivateKey()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.