Class WindowsLoginCredentialsFromEncryptedData

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

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