public class KeyPair extends Object
KeyPair(URI id, String name, boolean isDefault, String privateKey, String fingerPrint)
boolean
equals(Object obj)
String
getFingerPrint()
URI
getId()
getName()
getPrivateKey()
int
hashCode()
isDefault()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyPair(URI id, String name, boolean isDefault, @Nullable String privateKey, String fingerPrint)
public URI getId()
public String getName()
public boolean isDefault()
@Nullable public String getPrivateKey()
public String getFingerPrint()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2012 jclouds. All Rights Reserved.