public class KeyAndPrivateKey extends Object
Modifier and Type | Field and Description |
---|---|
protected Key |
key |
protected String |
privateKey |
Modifier | Constructor and Description |
---|---|
protected |
KeyAndPrivateKey(Key key,
String privateKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static KeyAndPrivateKey |
fromKeyAndPrivateKey(Key key,
String privateKey) |
Key |
getKey() |
String |
getPrivateKey() |
int |
hashCode() |
String |
toString() |
public static KeyAndPrivateKey fromKeyAndPrivateKey(Key key, String privateKey)
public Key getKey()
public String getPrivateKey()
Copyright © 2009-2013 jclouds. All Rights Reserved.