org.jclouds.cloudstack.domain
Class EncryptedPasswordAndPrivateKey
java.lang.Object
org.jclouds.cloudstack.domain.EncryptedPasswordAndPrivateKey
public class EncryptedPasswordAndPrivateKey
- extends Object
- Author:
- Andrei Savu
EncryptedPasswordAndPrivateKey
public EncryptedPasswordAndPrivateKey(String encryptedPassword,
String privateKey)
getEncryptedPassword
public String getEncryptedPassword()
- Returns:
- the encrypted password String representation
getPrivateKey
public String getPrivateKey()
- Returns:
- get the string representation of the private key
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.