Kms\Request\V20160120\EncryptRequest::setEncryptionContext PHP Method

setEncryptionContext() public method

public setEncryptionContext ( $encryptionContext )
    public function setEncryptionContext($encryptionContext)
    {
        $this->encryptionContext = $encryptionContext;
        $this->queryParameters["EncryptionContext"] = $encryptionContext;
    }