org.jclouds.joyent.cloudapi.v6_5.compute.internal
Class KeyAndPrivateKey
java.lang.Object
org.jclouds.joyent.cloudapi.v6_5.compute.internal.KeyAndPrivateKey
public class KeyAndPrivateKey
- extends Object
- Author:
- Adrian Cole
key
protected final Key key
privateKey
protected final String privateKey
KeyAndPrivateKey
protected KeyAndPrivateKey(Key key,
String privateKey)
fromKeyAndPrivateKey
public static KeyAndPrivateKey fromKeyAndPrivateKey(Key key,
String privateKey)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getKey
public Key getKey()
getPrivateKey
public String getPrivateKey()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.