Class WindowsLoginCredentialsFromEncryptedData

java.lang.Object
org.jclouds.ec2.compute.functions.WindowsLoginCredentialsFromEncryptedData
All Implemented Interfaces:
com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials>, Function<PasswordDataAndPrivateKey,LoginCredentials>

public class WindowsLoginCredentialsFromEncryptedData extends Object implements com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials>
Given an encrypted Windows Administrator password and the decryption key, return a LoginCredentials instance.