org.jclouds.ec2.compute.domain
Class PasswordDataAndPrivateKey
java.lang.Object
org.jclouds.ec2.compute.domain.PasswordDataAndPrivateKey
public class PasswordDataAndPrivateKey
- extends Object
An encrypted Windows Administrator password, and the private key that can decrypt it.
- Author:
- Richard Downer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordDataAndPrivateKey
public PasswordDataAndPrivateKey(PasswordData passwordData,
String privateKey)
getPasswordData
public PasswordData getPasswordData()
getPrivateKey
public String getPrivateKey()
Copyright © 2009-2012 jclouds. All Rights Reserved.