Kms\Request\V20160120\GenerateDataKeyRequest::setEncryptionContext PHP 메소드

setEncryptionContext() 공개 메소드

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